We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6346df7 commit 8e36693Copy full SHA for 8e36693
example/CMakeLists.txt
@@ -72,7 +72,7 @@ configure_file(${PROJECT_SOURCE_DIR}/setup.py ${PROJECT_BINARY_DIR}/cython/setup
72
# 10. Build Cython wrapper (CMake tracks the dependecy to link with GTSAM through our project's static library)
73
wrap_and_install_library_cython("gtsam_example.h" # interface_header
74
"" # extra imports
75
- "./${PROJECT_NAME}" # install path
+ "${PROJECT_BINARY_DIR}/cython/${PROJECT_NAME}" # install path
76
"gtsam;${PROJECT_NAME}" # library to link with
77
"wrap;gtsam" # dependencies which need to be built before wrapping
78
)
0 commit comments