[hull] Disable building hull for now
All checks were successful
Build / build (push) Successful in 1m22s

This commit is contained in:
2025-07-26 18:33:24 -05:00
parent fbf49ba511
commit c275c5f5e6

View File

@ -19,9 +19,9 @@ else()
endif() endif()
add_subdirectory(applib) add_subdirectory(applib)
if(NOT APPLE) #if(NOT APPLE)
add_subdirectory(hull) # add_subdirectory(hull)
endif() #endif()
add_subdirectory(keel) add_subdirectory(keel)
add_subdirectory(turbine) add_subdirectory(turbine)
if(${OLYMPIC_BUILD_STUDIO}) if(${OLYMPIC_BUILD_STUDIO})