From b00c74529775e81a87495d4607c274dc77dc1e36 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Wed, 25 Oct 2023 19:13:10 +0000 Subject: [PATCH] Remove commented out code from ./weight_gen.fd/CMakeLists.txt Fixes #471. --- sorc/weight_gen.fd/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/sorc/weight_gen.fd/CMakeLists.txt b/sorc/weight_gen.fd/CMakeLists.txt index ea3ee2fdf..6871c37cc 100644 --- a/sorc/weight_gen.fd/CMakeLists.txt +++ b/sorc/weight_gen.fd/CMakeLists.txt @@ -6,9 +6,6 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -i4 -convert big_endian") elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8") -# if(CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL 10) -# set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fallow-argument-mismatch") -# endif() endif() set(exe_name weight_gen)