Skip to content

Commit

Permalink
updated wrapped package install path to be absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jul 7, 2020
1 parent 6346df7 commit 8e36693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ configure_file(${PROJECT_SOURCE_DIR}/setup.py ${PROJECT_BINARY_DIR}/cython/setup
# 10. Build Cython wrapper (CMake tracks the dependecy to link with GTSAM through our project's static library)
wrap_and_install_library_cython("gtsam_example.h" # interface_header
"" # extra imports
"./${PROJECT_NAME}" # install path
"${PROJECT_BINARY_DIR}/cython/${PROJECT_NAME}" # install path
"gtsam;${PROJECT_NAME}" # library to link with
"wrap;gtsam" # dependencies which need to be built before wrapping
)

0 comments on commit 8e36693

Please sign in to comment.