Skip to content

Commit

Permalink
CPACK_PACKAGING_INSTALL_PREFIX changed to /usr/lib/proof-producer
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Jan 8, 2024
1 parent 972a440 commit 5a2fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if(PROOF_PRODUCER_VERSION_INCREMENT)
string(APPEND CPACK_PACKAGE_VERSION "-${PROOF_PRODUCER_VERSION_INCREMENT}")
endif()

set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/lib/zkllvm")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/lib/proof-producer")

install(SCRIPT cmake/create-symlinks.cmake)

Expand Down

0 comments on commit 5a2fcba

Please sign in to comment.