diff --git a/cmake/FindCompilerCheck.cmake b/cmake/FindCompilerCheck.cmake index bdc9daba..7b0af8ba 100644 --- a/cmake/FindCompilerCheck.cmake +++ b/cmake/FindCompilerCheck.cmake @@ -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")