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
 
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to