File tree Expand file tree Collapse file tree 5 files changed +5
-17
lines changed
Expand file tree Collapse file tree 5 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1- [submodule "libs/cnkalman "]
2- path = libs/cnkalman
3- url = ../cnkalman .git
1+ [submodule "libs/cnkalman/libs/pybind11 "]
2+ path = libs/cnkalman/libs/pybind11
3+ url = [email protected] :pybind/pybind11 .git
Original file line number Diff line number Diff line change @@ -188,12 +188,7 @@ SET(CMAKE_SKIP_BUILD_RPATH FALSE)
188188SET (CMAKE_BUILD_WITH_INSTALL_RPATH FALSE )
189189set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
190190
191- if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR} /libs/cnkalman/CMakeLists.txt" )
192- find_program (GIT git)
193- message ("Submodule seems empty; populating..." )
194- execute_process (COMMAND ${GIT} submodule update --init --recursive WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} )
195- endif ()
196-
191+ add_subdirectory (libs/cnmatrix)
197192add_subdirectory (libs/cnkalman)
198193
199194add_subdirectory (redist)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232 message ("Can't use sciplot..." )
3333endif ()
3434
35- add_subdirectory (libs/cnmatrix)
3635add_subdirectory (libs/pybind11)
36+
3737add_subdirectory (src)
3838
3939set (cnkalman_root_source_dir ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments