<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<BR> <BR>The following cmake script appears to work but the target is associated with "Unspecified" group according to cmake_install.cmake file.<BR>INSTALL(<BR>  TARGETS MyLib<BR>  RUNTIME DESTINATION "${BIN_PATH}"<BR>  LIBRARY DESTINATION "${LIB_PATH}"<BR>  COMPONENT COMP_APP)<BR> <BR>By removing the following section the target is associated with COMP_APP as expected.<BR>LIBRARY DESTINATION "${LIB_PATH}"<BR> <BR>We are now using CMake 3.3. This worked great with CMake 2.8.12.<BR> <BR>Any ideas?<BR> <BR>kind regards, Lars<BR> <BR> <BR>                                          </div></body>
</html>