summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/XL-Fortran.cmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-17 05:48:02 (GMT)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-04-17 05:49:21 (GMT)
commitdb3134d2a175266d1b05b03737e7b323c2c832ba (patch)
treef2d6c4ba87f654d65e577141edbf108df613eb04 /Modules/Compiler/XL-Fortran.cmake
parentc178660d96502e699c08dc142d8fae770f0c042c (diff)
downloadCMake-db3134d2a175266d1b05b03737e7b323c2c832ba.zip
CMake-db3134d2a175266d1b05b03737e7b323c2c832ba.tar.gz
CMake-db3134d2a175266d1b05b03737e7b323c2c832ba.tar.bz2
Make VERBOSE_FLAG appear as first statement for consistency
Diffstat (limited to 'Modules/Compiler/XL-Fortran.cmake')
-rw-r--r--Modules/Compiler/XL-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/XL-Fortran.cmake b/Modules/Compiler/XL-Fortran.cmake
index 6133f56..cf9b2b6 100644
--- a/Modules/Compiler/XL-Fortran.cmake
+++ b/Modules/Compiler/XL-Fortran.cmake
@@ -1,4 +1,5 @@
SET(CMAKE_Fortran_VERBOSE_FLAG "-V")
+
SET(CMAKE_Fortran_DEFINE_FLAG "-WF,-D")
SET(CMAKE_Fortran_FLAGS_DEBUG_INIT "-g")