Hello! I just started experimenting with CPack. According to the docs and code it is to be used like this: > set(CPACK_... ...) > include(CPack)
This, however, does not allow making use of the defaults
present in CPack.cmake. (Most notably CPACK_SOURCE_IGNORE_FILES.)
I had to
copy the default value of that variable out of CPack.cmake into my own
CMakeLists.txt, which does not seem very clean.
Can you add a way of
configuring CPack that allows appending or modifying default values?
What
comes to my mind is a semantic like this:
> include(CPack)
> set(CPACK_...
"${CPACK_...} ...")
> cpack_config()
Kind regards,
Dennis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
