The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=15362
======================================================================
Reported By: Clinton Stimpson
Assigned To:
======================================================================
Project: CMake
Issue ID: 15362
Category: CMake
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-01-19 19:44 EST
Last Modified: 2015-01-19 19:44 EST
======================================================================
Summary: Target property INTERFACE_SYSTEM_INCLUDE_DIRECTORIES
doesn't seem to work
Description:
I had some code doing
set_property(TARGET A APPEND PROPERTY
INTERFACE_INCLUDE_DIRECTORIES
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>")
And I replaced INTERFACE_INCLUDE_DIRECTORIES with
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES, and it no longer worked.
I understand the different to be equivalent to
include_directories(...)
vs.
include_directories(SYSTEM ...)
Steps to Reproduce:
See attached project for an example which doesn't work.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-01-19 19:44 Clinton StimpsonNew Issue
2015-01-19 19:44 Clinton StimpsonFile Added: test-usage-includes.tar.gz
======================================================================
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers