mirror of
https://github.com/collabora/libsurvive.git
synced 2026-08-04 00:51:21 -04:00
submodule cleanup
This commit is contained in:
parent
b283686e71
commit
3e6edf135b
5 changed files with 5 additions and 17 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "libs/cnkalman"]
|
||||
path = libs/cnkalman
|
||||
url = ../cnkalman.git
|
||||
[submodule "libs/cnkalman/libs/pybind11"]
|
||||
path = libs/cnkalman/libs/pybind11
|
||||
url = git@github.com:pybind/pybind11.git
|
||||
|
|
|
|||
|
|
@ -188,12 +188,7 @@ SET(CMAKE_SKIP_BUILD_RPATH FALSE)
|
|||
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/libs/cnkalman/CMakeLists.txt")
|
||||
find_program(GIT git)
|
||||
message("Submodule seems empty; populating...")
|
||||
execute_process(COMMAND ${GIT} submodule update --init --recursive WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
add_subdirectory(libs/cnmatrix)
|
||||
add_subdirectory(libs/cnkalman)
|
||||
|
||||
add_subdirectory(redist)
|
||||
|
|
|
|||
6
libs/cnkalman/.gitmodules
vendored
6
libs/cnkalman/.gitmodules
vendored
|
|
@ -1,6 +0,0 @@
|
|||
[submodule "libs/cnmatrix"]
|
||||
path = libs/cnmatrix
|
||||
url = ../cnmatrix.git
|
||||
[submodule "libs/pybind11"]
|
||||
path = libs/pybind11
|
||||
url = git@github.com:pybind/pybind11.git
|
||||
|
|
@ -32,8 +32,8 @@ else()
|
|||
message("Can't use sciplot...")
|
||||
endif()
|
||||
|
||||
add_subdirectory(libs/cnmatrix)
|
||||
add_subdirectory(libs/pybind11)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
set(cnkalman_root_source_dir ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 18407cb6866b7235369e4d713f3eb3b0aafdf200
|
||||
Loading…
Add table
Add a link
Reference in a new issue