2 # This file is used by EnableLanguage in cmGlobalGenerator to
3 # determine that that selected RC compiler can actually compile
4 # and link the most basic of programs. If not, a fatal error
5 # is set and cmake stops processing commands and will not generate
6 # any makefiles or projects.
8 # For now there is no way to do a try compile on just a .rc file
9 # so just do nothing in here.
10 SET(CMAKE_RC_COMPILER_WORKS 1 CACHE INTERNAL "")