https://github.com/Kitware/CMake
Revision b2cf4db2010ae0c08cd063b7aa8136fd512d8a97 authored by Brad King on 01 March 2008, 15:56:03 UTC, committed by Brad King on 01 March 2008, 15:56:03 UTC
1 parent e083de1
Raw File
Tip revision: b2cf4db2010ae0c08cd063b7aa8136fd512d8a97 authored by Brad King on 01 March 2008, 15:56:03 UTC
BUG: Fix typo XCode -> Xcode in Preprocess test.
Tip revision: b2cf4db
CMakeTestRCCompiler.cmake

# This file is used by EnableLanguage in cmGlobalGenerator to
# determine that that selected RC compiler can actually compile
# and link the most basic of programs.   If not, a fatal error
# is set and cmake stops processing commands and will not generate
# any makefiles or projects.

# For now there is no way to do a try compile on just a .rc file
# so just do nothing in here.
SET(CMAKE_RC_COMPILER_WORKS 1 CACHE INTERNAL "")
back to top