Skip to content

Commit 8e36693

Browse files
committed
updated wrapped package install path to be absolute
1 parent 6346df7 commit 8e36693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ configure_file(${PROJECT_SOURCE_DIR}/setup.py ${PROJECT_BINARY_DIR}/cython/setup
7272
# 10. Build Cython wrapper (CMake tracks the dependecy to link with GTSAM through our project's static library)
7373
wrap_and_install_library_cython("gtsam_example.h" # interface_header
7474
"" # extra imports
75-
"./${PROJECT_NAME}" # install path
75+
"${PROJECT_BINARY_DIR}/cython/${PROJECT_NAME}" # install path
7676
"gtsam;${PROJECT_NAME}" # library to link with
7777
"wrap;gtsam" # dependencies which need to be built before wrapping
7878
)

0 commit comments

Comments
 (0)