Remove gtsam_unstable lib from examples

release/4.3a0
Toni 2021-01-18 14:47:39 -05:00
parent 5ad65ed46c
commit 3d7e182822
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ set (excluded_examples
elaboratePoint2KalmanFilter.cpp
)
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;gtsam_unstable;${Boost_PROGRAM_OPTIONS_LIBRARY}")
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam;${Boost_PROGRAM_OPTIONS_LIBRARY}")