Revert "cmake workaround for #2246 for clang"

This reverts commit 4d8bbe2c97.
This commit is contained in:
zdenop 2019-02-17 16:34:39 +01:00
parent ddea230b1b
commit a2481de926

View File

@ -102,9 +102,6 @@ endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(CLANG 1)
# Force C++11 as workaround for #2246
add_definitions(-D__cplusplus=201103L)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-macro-redefined")
endif()
if (WIN32)