remove --standard-senmantics flag from ifort to avoid HDF5 linking error

This commit is contained in:
zhangc43 2016-03-23 14:48:37 -04:00
parent 610a54c048
commit 5cbd98edba
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if(${CMAKE_Fortran_COMPILER_ID} STREQUAL "Intel")
set (OPTIMIZATION_FLAG "-O2")
endif()
set (STANDARD_CHECK "-stand f08 -standard-semantics")
set (STANDARD_CHECK "-stand f08")
set (COMPILE_FLAGS "${COMPILE_FLAGS} -fpp" )
set (COMPILE_FLAGS "${COMPILE_FLAGS} -ftz" )