Re: [CMake] Problem: Cannot change name of installer package with CPack

2011-07-08 Thread Eric Noulard
2011/7/7 Stephen Torri : > Problem: Cannot change name of installer package. > Cmake version: 2.8.4 What is your platform/build tool? Windows/ Visual Studio? Linux / Makefiles? Which CPack generator are you using? > > I am trying to change the value of CPACK_PACKAGE_NAME depending upon which > b

[CMake] Problem: Cannot change name of installer package with CPack

2011-07-07 Thread Stephen Torri
Problem: Cannot change name of installer package. Cmake version: 2.8.4 I am trying to change the value of CPACK_PACKAGE_NAME depending upon which build was performed. What I am seeing is that CPACK_PACKAGE_NAME is always set to the project name. The code I am using to try and change the name is be