works also for ifort

This commit is contained in:
Martin Diehl 2020-03-29 19:06:17 +02:00
parent 466d4be71e
commit 540428aab7
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ else ()
set(OPENMP "${OPENMP}")
endif ()
# syntax check only (mainly for pre-receive hook, works only with gfortran)
# syntax check only (mainly for pre-receive hook)
if (CMAKE_BUILD_TYPE STREQUAL "SYNTAXONLY")
set (BUILDCMD_POST "${BUILDCMD_POST} -fsyntax-only")
endif ()