BUG: Need to search for rc by default, not c++ compilers.
This commit is contained in:
parent
43c84a2a56
commit
8ffb32369f
|
@ -29,7 +29,7 @@ IF(NOT CMAKE_RC_COMPILER)
|
||||||
IF(CMAKE_RC_COMPILER_INIT)
|
IF(CMAKE_RC_COMPILER_INIT)
|
||||||
SET(CMAKE_RC_COMPILER_LIST ${CMAKE_RC_COMPILER_INIT})
|
SET(CMAKE_RC_COMPILER_LIST ${CMAKE_RC_COMPILER_INIT})
|
||||||
ELSE(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)
|
ENDIF(CMAKE_RC_COMPILER_INIT)
|
||||||
|
|
||||||
# Find the compiler.
|
# Find the compiler.
|
||||||
|
|
Loading…
Reference in New Issue