Skip to content

Commit

Permalink
Merge pull request #1321 from borglab/housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Nov 14, 2022
2 parents 256c664 + 4c7dcb3 commit 0d60d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
2 changes: 2 additions & 0 deletions python/gtsam/gtsam.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 0d60d80

Please sign in to comment.