[CMake] CMAKE_COMPILER_IS_GNUCC not yet defined when processing IRIX64.cmake

Gotthard, Petr Petr.Gotthard at Honeywell.com
Wed Dec 17 14:22:44 EST 2008


Hello,
I'm using CMake on an IRIX64 platform with GCC compiler. On this
platform the CMake executes the IRIX64.cmake module to configure the
compiler-dependent CMAKE_ variables. It seems that during execution of
the IRIX64.cmake the CMAKE_COMPILER_IS_GNUCC is not (yet) defined, so
the compiler dependent CMAKE_ variables are configured as if a non-gcc
compiler was used.
I guess the compiler-detection works correctly because when doing echo
in CMakeFiles.txt, the CMAKE_COMPILER_IS_GNUCC is defined correctly (to
"1").
 
May it be a CMake bug, or am I doing something wrong?
 
Thanks,
Petr
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081217/5f6c4602/attachment.htm>


More information about the CMake mailing list