[CMake] "Emulate" a package result (find_package)

2015-03-28 Thread r2d2leboss
Hi, We develop a library that we will call LIBRARY. To compile this library, we use CMake (of course :) ). This library include multiple components, like Boost system, i.e. there are few add_library commands. This library produce LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3

[CMake] "Emulate" a package result (find_package)

2015-03-28 Thread r2d2leboss
Hi, We develop a library that we will call LIBRARY. To compile this library, we use CMake (of course :) ). This library include multiple components, like Boost system, i.e. there are few add_library commands. This library produce LIBRARY_COMPONENTS_1, LIBRARY_COMPONENTS_2, LIBRARY_COMPONENTS_3

[CMake] ninja command line options not propagated to ninja invocation for superbuild projects

2015-03-28 Thread Taylor Braun-Jones
See htop screenshot below for an example of what I mean. Note that `ninja` in the original command line invocation is just a bash alias for ninja-build (the name of the ninja binary on Fedora-based systems) [image: Inline image 1] Should I expect to see the -l3 option to be propagated automatical