From 45fc08f37b53566e3c80cc7eb31b6dc6cd65e1ff Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 19 May 2016 23:10:37 +0200 Subject: [PATCH] Revert "testing interpolation" This reverts commit 91c79f9d3c7041e8906fbccaad991147e779e4e2. --- modules/fc_optional.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/fc_optional.cmake b/modules/fc_optional.cmake index 64b5640..8019c08 100644 --- a/modules/fc_optional.cmake +++ b/modules/fc_optional.cmake @@ -28,9 +28,8 @@ # # autocmake.yml configuration:: # -# foo: "hey ho" # docopt: -# - "--fc= %(foo) compiler [default: gfortran]." +# - "--fc= Fortran compiler [default: gfortran]." # - "--extra-fc-flags= Extra Fortran compiler flags [default: '']." # - "--fc-support= Toggle Fortran language support (ON/OFF) [default: ON]." # export: "'FC={0}'.format(arguments['--fc'])"