Re: [CMake] How to disable the CPack preinstall build?

2016-07-06 Thread Craig Scott
Good chance CMAKE_BUILD_WITH_INSTALL_RPATH may be what you are looking for. There's also always the option of just running cpack directly rather than "make package" (not sure if that will avoid the part of the

[CMake] How to disable the CPack preinstall build?

2016-07-06 Thread Duncan Chisholm
Hello All, I'm looking for some CPack (3.5.2) wrangling assistance... I have CMake automatically generating a unique ID on every build. This ID is compiled into several components of my project and I want the same value to appear in my package file name. I do this by inserting it into a CPack