aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-03-28 18:47:13 +0200
committerShauren <shauren.trinity@gmail.com>2016-03-28 18:47:13 +0200
commitea652fbedd3ac93d9abb24c55ff5562fbb3348fc (patch)
tree3bb6a0a9f3ab14a17da66369f6d972d1e62c4cbc /dep
parentdde620c402daf4ea8d132fb72a77eabc22f7a6d0 (diff)
Build fixes
Diffstat (limited to 'dep')
-rw-r--r--dep/protobuf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/protobuf/CMakeLists.txt b/dep/protobuf/CMakeLists.txt
index 58e295b276b..5ea6a4e188b 100644
--- a/dep/protobuf/CMakeLists.txt
+++ b/dep/protobuf/CMakeLists.txt
@@ -50,7 +50,7 @@ if (MSVC)
src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc
)
add_compile_options(/wd4800)
-elseif(CMAKE_COMPILER_IS_GNUCXX)
+else()
set(protobuf_STAT_SRCS
${protobuf_STAT_SRCS}
src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc