Skip to content

Commit

Permalink
Change folder to ZeroDSolver (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 authored Nov 7, 2023
1 parent c51ac3e commit b87169e
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/${CPACK_PACKAGE_NAME}/${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local/sv/ZeroDSolver/${CPACK_PACKAGE_VERSION}")

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

0 comments on commit b87169e

Please sign in to comment.