diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 476f4ae21..7fc33f921 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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}") diff --git a/python/gtsam/gtsam.tpl b/python/gtsam/gtsam.tpl index b760e4eb5..a56f68176 100644 --- a/python/gtsam/gtsam.tpl +++ b/python/gtsam/gtsam.tpl @@ -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}