Hello,
We are using CPack (WIX generator) to create an installer. This works fine but
with one slight problem that the installer contains a component that I did not
expect.
The main CMakeList.txt file includes;
SET(CPACK_COMPONENTS_ALL RUNTIME)
In a sub CMakeList.txt file I have the following lin
Hy,
I think there is a small bug in Cpack or maybe i didn't find the good
features.
I'm using cpack to pack my project (for windows)... and i wanted to use the
same install for my server and client.
Therefore I have check the CPACK_COMPONENT_xxx tutorial which is really
intersting http://www.cmake