mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Need to search for rc by default, not c++ compilers.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user