X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CPack.txt;h=eca05503ce65febea4eb8f75d99c0db909046c3c;hb=0d7a3e0e040ddf840d656b61f41419c252debcde;hp=cfbe1fc83a3f1adc7239fc1f64d692056ba39991;hpb=051c7944c87d156efbd7d054a212625ad7601d0c;p=awesomized%2Flibmemcached diff --git a/CPack.txt b/CPack.txt index cfbe1fc8..eca05503 100644 --- a/CPack.txt +++ b/CPack.txt @@ -39,7 +39,7 @@ for the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.") if(CMAKE_VERSION VERSION_LESS 3.12) - string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${PROJECT_CONFIG}") + string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${CMAKE_BINARY_DIR}/${PROJECT_CONFIG}") else() list(JOIN PROJECT_CONFIG "-" CPACK_PACKAGE_DIRECTORY) endif()