clean up output of test and force verbose makefiles

This commit is contained in:
Bill Hoffman 2004-09-27 13:03:36 -04:00
parent 016e0e52cb
commit 80050d9541
1 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
PROJECT(testf Fortran)
SET(CMAKE_VERBOSE_MAKEFILE 1)
MESSAGE("ENV_FLAGS = $ENV{FFLAGS}")
MESSAGE("CMAKE_Fortran_COMPILER_INIT = ${CMAKE_Fortran_COMPILER_INIT}")
MESSAGE("CMAKE_Fortran_COMPILER_FULLPATH = ${CMAKE_Fortran_COMPILER_FULLPATH}")
MESSAGE("CMAKE_Fortran_COMPILER = ${CMAKE_Fortran_COMPILER}")
MESSAGE("CMAKE_Fortran_FLAGS = ${CMAKE_Fortran_FLAGS}")
MESSAGE("All cmake variables:")
GET_CMAKE_PROPERTY(res VARIABLES)
FOREACH(var ${res})
MESSAGE("${var}=\"${${var}}\"\n")
ENDFOREACH(var ${res})
ADD_EXECUTABLE(testf hello.f)