[CMake] CMake install imported target using WIX

Nils Gladitz nilsgladitz at gmail.com
Tue Feb 21 09:33:09 EST 2017


On 02/21/2017 02:48 PM, Lars wrote:

> Hello,
>
>
> We are using the "config" mode of Find_Package that locates 
> CompConfig.cmake which create IMPORTED targets.
>
>
> CMakeLists.txt
>
> Find_Package(some_comp ${some_comp_path})
>
>
> CompConfig.cmake;
>
> add_executable(app IMPORTED)
>
> add_library(lib SHARED IMPORTED)
>
>
> This works fine and once I read 
> https://public.kitware.com/Bug/view.php?id=14311 
> <https://public.kitware.com/Bug/view.php?id=14311> I managed to get 
> 'make install' to include the IMPORTED targets.
>

What exactly did you take from the issue report?
What are your install() commands?

Everything installed by "make install" should also land in the package 
assuming what ever install logic you used honors the install time 
CMAKE_INSTALL_PREFIX as set up by CPack.

Nils
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170221/6069e04f/attachment.html>


More information about the CMake mailing list