[CMake] CMake Server Mode and USE_FOLDERS

2017-07-03 Thread Michael Jackson
I was just exploring in a command line the CMake Server mode in 3.8 (I have not tried 3.9 yet) just to see what gets output and I was wondering if CMake-Server mode supports "set_property(GLOBAL PROPERTY USE_FOLDERS ON)" for any generator? I was specifically using the "ninja" generator for my e

Re: [CMake] find_package(), FindXXX.cmake and IMPORTED add_library()

2017-07-03 Thread Louis-Paul CORDIER
(My answers to your previous email are below this new question.) I have another question thus: some libraries, especially on Windows, provide both static and shared library. Is there any way for selecting which kind of library we want to get? For instance: LibJPEGTurbo has (turbojpeg.lib + tu