Skip to content

Commit ca5c192

Browse files
committed
Remove SYSTEM
1 parent 0e7f402 commit ca5c192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

externals/tinyxml2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ if(CYGWIN)
2020
target_compile_definitions(-D_LARGEFILE_SOURCE) # required for fseeko() and ftello()
2121
endif()
2222

23-
target_include_directories(tinyxml2 SYSTEM PUBLIC .)
23+
target_include_directories(tinyxml2 PUBLIC .)
2424

0 commit comments

Comments
 (0)