Re: [CMake] CMake uses semi-colon as path separator on Linux

2017-04-13 Thread Nils Gladitz
On 14.04.2017 06:05, Pawel Veselov wrote: Hello. I really can't understand what's going on. Trying to compile my project for android, setting all kinds of things to get it done. I've tried 3.8.0, 3.7.2 and 3.6.2, with the same result. The below extracts are from running 3.6.2 Running with --deb

[CMake] CMake uses semi-colon as path separator on Linux

2017-04-13 Thread Pawel Veselov
Hello. I really can't understand what's going on. Trying to compile my project for android, setting all kinds of things to get it done. I've tried 3.8.0, 3.7.2 and 3.6.2, with the same result. The below extracts are from running 3.6.2 Running with --debug and --trace, I see: /usr/share/cmake/Mod

Re: [CMake] Link Fortran executable with C library using CommandLineTools C compiler on Mac OSX

2017-04-13 Thread Brad King
On 04/11/2017 05:31 AM, Algiane Froehly wrote: > if I remove the -lto_library library that is added by the > CMAKE_C_IMPLICIT_LINK_LIBRARIES variable. See here: * https://gitlab.kitware.com/cmake/cmake/merge_requests/658 * https://gitlab.kitware.com/cmake/cmake/issues/16766 It is fixed in CMake

Re: [CMake] Saving clang output to file when cmake is used with CLion

2017-04-13 Thread Dan Liew
Hi, On 13 April 2017 at 01:35, mike lojkovic wrote: > I have a script I'm using to figure out which headers should be in my > precompiled header. It requires the clang -H flag passed to work. I'm > able to get the output on the console without issue, but can't figure > out how to just pass clang'