mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Always consider includes from IMPORTED targets to be SYSTEM.
Introduce a target property to control this behavior variable to set the default value for the target property. This does not affect try_compile runs.
This commit is contained in:
7
Tests/ExportImport/Export/systemlib.cpp
Normal file
7
Tests/ExportImport/Export/systemlib.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include "systemlib.h"
|
||||
|
||||
SystemStruct::SystemStruct()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user