Add OndselSolver as git submodule

also update github actions to pull submodules
This commit is contained in:
Adrián Insaurralde Avalos
2023-10-23 10:45:41 -03:00
committed by WandererFan
parent 13792dcdb6
commit 94f7398f36
8 changed files with 22 additions and 1 deletions

View File

@@ -4,4 +4,12 @@ if (BUILD_SMESH AND NOT FREECAD_USE_EXTERNAL_SMESH)
endif()
add_subdirectory(lazy_loader)
add_subdirectory(libE57Format)
add_subdirectory(libE57Format)
if (BUILD_ASSEMBLY AND NOT FREECAD_USE_EXTERNAL_ONDSELSOLVER)
if( NOT EXISTS "${CMAKE_SOURCE_DIR}/src/3rdParty/OndselSolver/CMakeLists.txt" )
message( SEND_ERROR "The OndselSolver git submodule is not available. Please run
git submodule update --init" )
endif()
add_subdirectory(OndselSolver)
endif()

1
src/3rdParty/OndselSolver vendored Submodule