فهرست منبع

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

Brad King 19 سال پیش
والد
کامیت
8ffb32369f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Modules/CMakeDetermineRCCompiler.cmake

+ 1 - 1
Modules/CMakeDetermineRCCompiler.cmake

@@ -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.