Re: [CMake] Install targets and component

2015-08-11 Thread Lars
Thank you Nils, that solved the issue. Cannot believe I missed that in the documentation. Regards, Lars > Date: Tue, 11 Aug 2015 09:41:22 +0200 > From: nilsglad...@gmail.com > To: laasu...@hotmail.com; cmake@cmake.org > Subject: Re: [CMake] Install targets and component > >

Re: [CMake] Install targets and component

2015-08-11 Thread Nils Gladitz
On 08/11/2015 09:05 AM, Lars wrote: Hello, The following cmake script appears to work but the target is associated with "Unspecified" group according to cmake_install.cmake file. INSTALL( TARGETS MyLib RUNTIME DESTINATION "${BIN_PATH}" LIBRARY DESTINATION "${LIB_PATH}" COMPONENT COMP

[CMake] Install targets and component

2015-08-11 Thread Lars
Hello, The following cmake script appears to work but the target is associated with "Unspecified" group according to cmake_install.cmake file. INSTALL( TARGETS MyLib RUNTIME DESTINATION "${BIN_PATH}" LIBRARY DESTINATION "${LIB_PATH}" COMPONENT COMP_APP) By removing the following sectio