diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-03-28 18:47:13 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-28 18:47:13 +0200 |
commit | ea652fbedd3ac93d9abb24c55ff5562fbb3348fc (patch) | |
tree | 3bb6a0a9f3ab14a17da66369f6d972d1e62c4cbc /dep | |
parent | dde620c402daf4ea8d132fb72a77eabc22f7a6d0 (diff) |
Build fixes
Diffstat (limited to 'dep')
-rw-r--r-- | dep/protobuf/CMakeLists.txt | 2 |
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 |