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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 19:01:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 19:02:16 +0300
commit2a4c40f4b9240246e013c9c9587925c7eb5ea70d (patch)
tree5b20e10c96ae900899cf04eeeeb467178ff61540 /extern
parent0bce7186f725eb11903ba2d7f8595bfb5e641d43 (diff)
Glog: Attempt to fix compilation error on Windows
Ideally it should be possible without hacking into sources files of Glog itself.
Diffstat (limited to 'extern')
-rw-r--r--extern/glog/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/extern/glog/CMakeLists.txt b/extern/glog/CMakeLists.txt
index 32f4dca77e8..59833151e4e 100644
--- a/extern/glog/CMakeLists.txt
+++ b/extern/glog/CMakeLists.txt
@@ -23,7 +23,6 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- src
../gflags/src
)
@@ -71,8 +70,13 @@ if(WIN32)
list(APPEND INC
src/windows
+ src
)
else()
+ list(APPEND INC
+ src
+ )
+
list(APPEND SRC
src/demangle.cc
src/signalhandler.cc