diff options
Diffstat (limited to 'dep/protobuf/CMakeLists.txt')
-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 |