File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22add_library (picojson INTERFACE )
3- target_include_directories (picojson SYSTEM INTERFACE . )
3+ target_externals_include_directories (picojson INTERFACE . )
44
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
88 target_compile_options_safe (simplecpp -Wno-zero-as-null-pointer-constant )
99endif ()
1010
11- target_include_directories (simplecpp SYSTEM PUBLIC . )
11+ target_externals_include_directories (simplecpp PUBLIC . )
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if(CYGWIN)
2020 target_compile_definitions (-D_LARGEFILE_SOURCE ) # required for fseeko() and ftello()
2121endif ()
2222
23- target_include_directories (tinyxml2 PUBLIC . )
23+ target_externals_include_directories (tinyxml2 PUBLIC . )
2424
You can’t perform that action at this time.
0 commit comments