Revision c0a6646d2fdff6ccd6f217096d60a9f004c14b51 authored by Felix Krause on 06 May 2014, 06:27:59 UTC, committed by Brad King on 06 May 2014, 12:54:39 UTC
The MBCS (Multi-Byte Character Set) has been deprecated with VS 2013,
and MSVC no longer ships with an MBCS-version of MFC by default.
However, it can be downloaded as an add-on.

Teach InstallRequiredSystemLibraries to install the MBCS MFC only
for VS < 12 or if it happens to exist on the system.
1 parent c553d68
Raw File
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top