We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c794 commit 193e5b3Copy full SHA for 193e5b3
CPack.txt
@@ -39,7 +39,7 @@ for the memcached server (http://memcached.org/). It has been designed
39
to be light on memory usage, thread safe, and provide full access to
40
server side methods.")
41
if(CMAKE_VERSION VERSION_LESS 3.12)
42
- string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${PROJECT_CONFIG}")
+ string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${CMAKE_BINARY_DIR}/${PROJECT_CONFIG}")
43
else()
44
list(JOIN PROJECT_CONFIG "-" CPACK_PACKAGE_DIRECTORY)
45
endif()
0 commit comments