Corrected CPack config file path

This commit is contained in:
Nav
2022-05-05 20:12:11 +01:00
parent a28ee42239
commit 587d69afd0

View File

@@ -209,6 +209,6 @@ configure_file(
)
set(CPACK_GENERATOR "DEB;RPM")
set(CPACK_PROJECT_CONFIG_FILE "${PROJECT_BINARY_DIR}/CPack.cmake")
set(CPACK_PROJECT_CONFIG_FILE "${PROJECT_BINARY_DIR}/Packaging.cmake")
include(CPack)