STYLE: Nightly Version update
[cmake.git] / Modules / CMakeTestRCCompiler.cmake
blob360381a4725efc8e9d82a15a9e2d17bbad15c601
1 # This file is used by EnableLanguage in cmGlobalGenerator to
2 # determine that that selected RC compiler can actually compile
3 # and link the most basic of programs.   If not, a fatal error
4 # is set and cmake stops processing commands and will not generate
5 # any makefiles or projects.
7 # For now there is no way to do a try compile on just a .rc file
8 # so just do nothing in here.