mirror of
https://github.com/triqs/dft_tools
synced 2025-04-16 13:39:25 +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:
parent
758c07c87c
commit
35a15f0f35
@ -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.
|
# 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")
|
if(NOT compiler_version VERSION_LESS "3.4")
|
||||||
set (compiler_is_c14 ON)
|
#set (compiler_is_c14 ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Intel")
|
elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Intel")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user