CMake: include GFLAS & GLOG as system headers

These were already treated as system headers in some places.
This commit is contained in:
Campbell Barton
2025-06-13 12:45:36 +10:00
parent 6640729191
commit 7f86b957ae
2 changed files with 5 additions and 5 deletions

View File

@@ -34,12 +34,12 @@ if(WITH_LIBMV)
endif()
list(APPEND INC
${GFLAGS_INCLUDE_DIRS}
${GLOG_INCLUDE_DIRS}
../guardedalloc
)
list(APPEND INC_SYS
${GFLAGS_INCLUDE_DIRS}
${GLOG_INCLUDE_DIRS}
${PNG_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS}
../../extern/ceres/include

View File

@@ -9,12 +9,12 @@ add_definitions(-DBLENDER_GFLAGS_NAMESPACE=${GFLAGS_NAMESPACE})
set(INC
.
..
${GLOG_INCLUDE_DIRS}
${GFLAGS_INCLUDE_DIRS}
../../../extern/gtest/include
)
set(INC_SYS
${GLOG_INCLUDE_DIRS}
${GFLAGS_INCLUDE_DIRS}
../../../extern/gtest/include
)
set(SRC