rearrange: move build unstable up before toolboxes wraps

release/4.3a0
Duy-Nguyen Ta 2017-07-23 14:55:23 -04:00
parent 7977091e33
commit 0c3424d851
1 changed files with 5 additions and 4 deletions

View File

@ -360,6 +360,11 @@ add_subdirectory(examples)
# Build timing
add_subdirectory(timing)
# Build gtsam_unstable
if (GTSAM_BUILD_UNSTABLE)
add_subdirectory(gtsam_unstable)
endif(GTSAM_BUILD_UNSTABLE)
# Matlab toolbox
if (GTSAM_INSTALL_MATLAB_TOOLBOX)
add_subdirectory(matlab)
@ -384,10 +389,6 @@ if (GTSAM_INSTALL_CYTHON_TOOLBOX)
add_subdirectory(cython)
endif()
# Build gtsam_unstable
if (GTSAM_BUILD_UNSTABLE)
add_subdirectory(gtsam_unstable)
endif(GTSAM_BUILD_UNSTABLE)
# Install config and export files
GtsamMakeConfigFile(GTSAM "${CMAKE_CURRENT_SOURCE_DIR}/gtsam_extra.cmake.in")