rearrange: move build unstable up before toolboxes wraps
parent
7977091e33
commit
0c3424d851
|
@ -360,6 +360,11 @@ add_subdirectory(examples)
|
||||||
# Build timing
|
# Build timing
|
||||||
add_subdirectory(timing)
|
add_subdirectory(timing)
|
||||||
|
|
||||||
|
# Build gtsam_unstable
|
||||||
|
if (GTSAM_BUILD_UNSTABLE)
|
||||||
|
add_subdirectory(gtsam_unstable)
|
||||||
|
endif(GTSAM_BUILD_UNSTABLE)
|
||||||
|
|
||||||
# Matlab toolbox
|
# Matlab toolbox
|
||||||
if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
if (GTSAM_INSTALL_MATLAB_TOOLBOX)
|
||||||
add_subdirectory(matlab)
|
add_subdirectory(matlab)
|
||||||
|
@ -384,10 +389,6 @@ if (GTSAM_INSTALL_CYTHON_TOOLBOX)
|
||||||
add_subdirectory(cython)
|
add_subdirectory(cython)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Build gtsam_unstable
|
|
||||||
if (GTSAM_BUILD_UNSTABLE)
|
|
||||||
add_subdirectory(gtsam_unstable)
|
|
||||||
endif(GTSAM_BUILD_UNSTABLE)
|
|
||||||
|
|
||||||
# Install config and export files
|
# Install config and export files
|
||||||
GtsamMakeConfigFile(GTSAM "${CMAKE_CURRENT_SOURCE_DIR}/gtsam_extra.cmake.in")
|
GtsamMakeConfigFile(GTSAM "${CMAKE_CURRENT_SOURCE_DIR}/gtsam_extra.cmake.in")
|
||||||
|
|
Loading…
Reference in New Issue