Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-04-30 09:01:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-30 09:01:41 +0300
commita18ad3c3b6198964ab7134302afda1afc89da5f4 (patch)
tree03b2ca8ee348e17fa68eff5395c0262e1b6ab1d8
parent66e70fe299e15124d9250a6a24e591cbb733713a (diff)
CMake: use system include for generated headers
-rw-r--r--intern/ghost/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 601f7f58d7f..3ba6c5d48c7 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -293,7 +293,9 @@ elseif(WITH_X11 OR WITH_GHOST_WAYLAND)
)
endmacro()
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
+ list(APPEND INC_SYS
+ ${CMAKE_CURRENT_BINARY_DIR}
+ )
# xdg-shell.
generate_protocol_bindings(