Re: [CMake] target_include_directories(): SYSTEM option does not seem to work on recent versions of CMake, when targeting Xcode.

2015-08-07 Thread A D
Opened issue 15687 for this problem: http://www.cmake.org/Bug/view.php?id=15687 Thank again for your help Nils. (ps: sorry, just realize now that I forgot to forward other answers to the list... Pasting the content below) 2015-08-07 9:27 GMT+02:00 A D : > 2015-08-06 10:57 GMT+02:00 Nils Gladitz

Re: [CMake] target_include_directories(): SYSTEM option does not seem to work on recent versions of CMake, when targeting Xcode.

2015-08-06 Thread Nils Gladitz
On 08/06/2015 10:41 AM, A D wrote: It is not using "-isystem" flag, whereas it is available. Did we misuse the command ? Or should we report this as a bug ? Thank you for reading, I am not too familiar with XCode myself but Modules/Platform/Darwin.cmake contains # Xcode does not support

[CMake] target_include_directories(): SYSTEM option does not seem to work on recent versions of CMake, when targeting Xcode.

2015-08-06 Thread A D
Hi, We are moving our codebase from native project file to CMake based management. The process is going well, but we need the Boost dependency to be configured as a system library (to avoid spamming the build log with Boost related warnings). It is our understanding that giving a SYSTEM argumen