diff --git a/CMakeLists.txt b/CMakeLists.txt index 20ae0657..aa68b2b7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,8 +219,8 @@ install( ) configure_file( - "${PROJECT_SOURCE_DIR}/CPack.cmake" - "${PROJECT_BINARY_DIR}/CPack.cmake" + "${PROJECT_SOURCE_DIR}/Packaging.cmake" + "${PROJECT_BINARY_DIR}/Packaging.cmake" ) set(CPACK_GENERATOR "DEB;RPM") diff --git a/CPack.cmake b/Packaging.cmake similarity index 100% rename from CPack.cmake rename to Packaging.cmake