BUG: Need to search for rc by default, not c++ compilers.

This commit is contained in:
Brad King 2006-08-31 10:46:02 -04:00
parent 43c84a2a56
commit 8ffb32369f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ IF(NOT CMAKE_RC_COMPILER)
IF(CMAKE_RC_COMPILER_INIT)
SET(CMAKE_RC_COMPILER_LIST ${CMAKE_RC_COMPILER_INIT})
ELSE(CMAKE_RC_COMPILER_INIT)
SET(CMAKE_RC_COMPILER_LIST c++ g++ CC aCC cl bcc xlC)
SET(CMAKE_RC_COMPILER_LIST rc)
ENDIF(CMAKE_RC_COMPILER_INIT)
# Find the compiler.