summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPackCommandLine/ProjectConfigMissing.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack: Allow source-relative CPACK_PROJECT_CONFIG_FILENikita Nemkin2025-03-121-0/+2
Resolve relative CPACK_PROJECT_CONFIG_FILE explicitly at config generation time. Otherwise, it will be resolved at runtime relative to the CPack execution directory (which could be anything). Additionally, issue a warning if reading PACK_PROJECT_CONFIG_FILE fails at runtime. Fixes: #15522