[CMake] install(TARGETS ... INCLUDES) has no effect.

2018-06-21 Thread Dmitry Igrishin
Hello, The documentation of the INCLUDES option of install(TARGETS) command says: "This option specifies a list of directories which will be added to the INTERFACE_INCLUDE_DIRECTORIES target property of the when exported by the

Re: [CMake] install(TARGETS ... INCLUDES) has no effect.

2018-06-21 Thread Dmitry Igrishin
> > > Hello! > > Did you try INCLUDES DESTINATION? > > install (TARGETS foo > EXPORT foo_export > ARCHIVE DESTINATION bin > LIBRARY DESTINATION lib > RUNTIME DESTINATION lib > INCLUDES DESTINATION include) > Oops! It works! I have no idea how I miss the DESTINATION keyword. And sadly

[CMake] (no subject)

2018-06-21 Thread Darrell Langford via CMake
http://step.otasyn.com Darrell Langford -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake

[CMake] Green Hills MULTI generator development

2018-06-21 Thread Erich Schroeter
Is anyone actively developing the Green Hills MULTI generator support? If so, who can I contact to get involved? -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

[Cmake-commits] CMake branch, master, updated. v3.12.0-rc1-75-g0375d73

2018-06-21 Thread Kitware Robot
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 19aa2b0..5086bf7 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 12) -set(CMake_VERSION_PATCH 20180621) +set(CMake_VER