Merge pull request #1321 from borglab/housekeeping

release/4.3a0
Varun Agrawal 2022-11-14 11:03:16 -05:00 committed by GitHub
commit 0d60d80f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -7,6 +7,8 @@
* ** THIS FILE IS AUTO-GENERATED, DO NOT MODIFY! **
*/
#define PYBIND11_DETAILED_ERROR_MESSAGES
// Include relevant boost libraries required by GTSAM
{include_boost}