From 3d031770d4beae0cd74fa4ef83c9c89b04bf7df5 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 4 Apr 2018 19:51:50 +0200 Subject: [PATCH] added comment --- modules/omp.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/omp.cmake b/modules/omp.cmake index db65494..f63d8de 100644 --- a/modules/omp.cmake +++ b/modules/omp.cmake @@ -42,6 +42,7 @@ if(ENABLE_OPENMP) endif() endif() + # this is only needed for CMake below 3.5 if(DEFINED CMAKE_Fortran_COMPILER_ID AND NOT DEFINED OpenMP_Fortran_FLAGS) # we do this in a pedestrian way because the Fortran support is relatively recent if(CMAKE_Fortran_COMPILER_ID MATCHES GNU)