Re: [CMake] What is a utility target ?

2016-08-12 Thread Petr Kmoch
*add_custom_target()* >> <https://cmake.org/cmake/help/v3.0/command/add_custom_target.html#command:add_custom_target> >> commands. >> >> >> >> *From:* Craig Scott [mailto:craig.sc...@crascit.com] >> *Sent:* Monday, July 25, 2016 1:52 PM >> *To:* Azharuddin

Re: [CMake] What is a utility target ?

2016-07-27 Thread Craig Scott
ohammed <azhar...@codeaurora.org> > *Cc:* CMake <cmake@cmake.org> > *Subject:* Re: [CMake] What is a utility target ? > > > > In the context of that particular part of the CMake documentation, it is > referring to targets that are not created by add_library() or > add_

Re: [CMake] What is a utility target ?

2016-07-27 Thread Azharuddin Mohammed
in Mohammed <azhar...@codeaurora.org> Cc: CMake <cmake@cmake.org> Subject: Re: [CMake] What is a utility target ? In the context of that particular part of the CMake documentation, it is referring to targets that are not created by add_library() or add_executable(). Targets created by add_cus

Re: [CMake] What is a utility target ?

2016-07-25 Thread Craig Scott
In the context of that particular part of the CMake documentation, it is referring to targets that are not created by add_library() or add_executable(). Targets created by add_custom_target() are not something CMake knows what to do with if you give them to the target_link_libraries() command,

[CMake] What is a utility target ?

2016-07-25 Thread Azharuddin Mohammed
Hi CMake Policy CMP0039 (https://cmake.org/cmake/help/v3.0/policy/CMP0039.html) mentions that "Utility targets may not have link dependencies" . Can someone please explain what does "utility targets" mean ? Thanks - Azhar -- Powered by www.kitware.com Please keep messages