3
0
mirror of https://github.com/triqs/dft_tools synced 2025-04-16 05:29:27 +02:00

Remove default c++14 flags on clang 3.4 ...

- a flag left by mistake after checking portability on C++1y...
This commit is contained in:
Olivier Parcollet 2014-01-28 20:59:05 +01:00
parent 758c07c87c
commit 35a15f0f35

View File

@ -47,7 +47,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
# does not always work ... To be fixed when clang 3.4 officially released and on OS X.
if(NOT compiler_version VERSION_LESS "3.4")
set (compiler_is_c14 ON)
#set (compiler_is_c14 ON)
endif()
elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Intel")