fix copy-paste typo

This commit is contained in:
Radovan Bast 2015-09-18 14:33:01 +02:00
parent 825f8cfb9c
commit a0fa6ea307

View File

@ -24,7 +24,7 @@ if(ENABLE_OPENMP)
find_package(OpenMP)
if(OPENMP_FOUND)
if(DEFINED CMAKE_Fortran_COMPILER_ID)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${OpenMP_C_FLAGS}")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${OpenMP_Fortran_FLAGS}")
endif()
if(DEFINED CMAKE_C_COMPILER_ID)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")