From bdda0eaebcbe890ca79492b818520384de369ae7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 31 Aug 2021 22:47:19 +0200 Subject: [PATCH] new name changed around the 4.5 branch (years ago) --- cmake/Compiler-GNU.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Compiler-GNU.cmake b/cmake/Compiler-GNU.cmake index d0e7d81a2..cafcfabca 100644 --- a/cmake/Compiler-GNU.cmake +++ b/cmake/Compiler-GNU.cmake @@ -25,7 +25,7 @@ set (LINKER_FLAGS "${LINKER_FLAGS},-undefined,dynamic_lookup" ) #------------------------------------------------------------------------------------------------ # Fine tuning compilation options -set (COMPILE_FLAGS "${COMPILE_FLAGS} -xf95-cpp-input") +set (COMPILE_FLAGS "${COMPILE_FLAGS} -cpp") # preprocessor set (COMPILE_FLAGS "${COMPILE_FLAGS} -fPIC -fPIE")