summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFortranInformation.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-10-14 20:07:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-10-14 20:07:11 (GMT)
commit9d9582ffef2ab58f859a28d012cf89ee38c3a411 (patch)
tree519a0e38aef23a6d4c77897dde02d8d1273ad72f /Modules/CMakeFortranInformation.cmake
parentec9f2a18cc67d54c48dc8e88bc6edad23c611a34 (diff)
downloadCMake-9d9582ffef2ab58f859a28d012cf89ee38c3a411.zip
CMake-9d9582ffef2ab58f859a28d012cf89ee38c3a411.tar.gz
CMake-9d9582ffef2ab58f859a28d012cf89ee38c3a411.tar.bz2
ENH: fix problem where rc language recursively included itself because CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME
Diffstat (limited to 'Modules/CMakeFortranInformation.cmake')
-rw-r--r--Modules/CMakeFortranInformation.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeFortranInformation.cmake b/Modules/CMakeFortranInformation.cmake
index 4615737..25ebe21 100644
--- a/Modules/CMakeFortranInformation.cmake
+++ b/Modules/CMakeFortranInformation.cmake
@@ -3,6 +3,7 @@
# It also loads the available platform file for the system-compiler
# if it exists.
+SET(CMAKE_BASE_NAME)
GET_FILENAME_COMPONENT(CMAKE_BASE_NAME ${CMAKE_Fortran_COMPILER} NAME_WE)
# since the gnu compiler has several names force g++
IF(CMAKE_COMPILER_IS_GNUG77)