I am close to completing the patch file, but have run into one issue that I am 
having trouble locating a where I am going wrong.

The condition is when you have installs that fall under 'Unspecified' but the 
CPACK_COMPONENT_NONAME_FOR is defined as an existing component.

The current issue is when I have a defined CPACK_COMPONENT_NONAME_FOR I want to 
disable packaging of 'Unspecified'. I have looked in the looping calls to 
GetComponent() in InstallProjectViaInstallCMakeProjects() and cannot determine 
the correct way of removing 'Unspecified' from packaging.

It appears as if the function controls which components should be installed, 
but adding code to remove or prevent 'Unspecified' from being installed does 
not appear to stop the component from being packaged.

Where is the component actually being added to the map<> Components and what is 
the best way to remove it?


--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to