Skip to content

Commit

Permalink
Modify CMake commands to install into svZeroDSolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbolt committed Sep 27, 2024
1 parent edd6156 commit 2c761c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(ENABLE_DISTRIBUTION)
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}")

# define install location
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local/sv/ZeroDSolver/${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local/sv/svZeroDSolver/${CPACK_PACKAGE_VERSION}")

# define install target within build folder
set(CPACK_OUTPUT_FILE_PREFIX ${CMAKE_BINARY_DIR}/distribution)
Expand Down

0 comments on commit 2c761c3

Please sign in to comment.