diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-22 19:04:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-22 19:04:52 (GMT) |
commit | 0692323fe0f0bbbb5ba325e21d0f155717436f84 (patch) | |
tree | d03a5a9aaa78883ea133af31974cc48eed996901 /Modules/CMakeDetermineCCompiler.cmake | |
parent | 0e8052b101e363f23e825388a083ca18a1de3383 (diff) | |
download | CMake-0692323fe0f0bbbb5ba325e21d0f155717436f84.zip CMake-0692323fe0f0bbbb5ba325e21d0f155717436f84.tar.gz CMake-0692323fe0f0bbbb5ba325e21d0f155717436f84.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Modules/CMakeDetermineCCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineCCompiler.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/CMakeDetermineCCompiler.cmake b/Modules/CMakeDetermineCCompiler.cmake index 100412a..c1fc85c 100644 --- a/Modules/CMakeDetermineCCompiler.cmake +++ b/Modules/CMakeDetermineCCompiler.cmake @@ -3,3 +3,9 @@ # loading this file to force a compiler. FIND_PROGRAM(CMAKE_C_COMPILER NAMES $ENV{CC} gcc cc cl bcc PATHS /bin /usr/bin /usr/local/bin ) + + +# to check for is gnu we need to compile this: +# #ifdef __GNUC__ +# yes; +# #endif |