diff --git a/CMakeLists.txt b/CMakeLists.txt index 5110b17..dc40e16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ install( # -------------------------------- # Package # -------------------------------- +set( CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}") if (UNIX) set( CPACK_GENERATOR "DEB" )