[cmake-developers] [CMake 0015953]: CMake Does Not Use -isystem with GCC on OS X
Mantis Bug Tracker
mantis at public.kitware.com
Thu Feb 4 03:14:14 EST 2016
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=15953
======================================================================
Reported By: jbauer
Assigned To:
======================================================================
Project: CMake
Issue ID: 15953
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2016-02-04 03:14 EST
Last Modified: 2016-02-04 03:14 EST
======================================================================
Summary: CMake Does Not Use -isystem with GCC on OS X
Description:
On OS X with the GCC compiler, CMake does not pass the -isystem flag to build
commands for libraries configured with SYSTEM. For example, if target
'cmake_test' has an include added as 'target_include_directories( cmake_test
SYSTEM PRIVATE ${PNG_INCLUDE_DIRS} )', -isystem will not be added on OS X with
GCC.
Steps to Reproduce:
Use the 'target_include_directories' command with the SYSTEM option on OS X with
GCC.
A minimal project that reproduces this issue has been provided via:
https://github.com/digitalriptide/cmake_test
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2016-02-04 03:14 jbauer New Issue
======================================================================
More information about the cmake-developers
mailing list