Merge CMake changes from develop

Improved cross-compiling and toolchains
This commit is contained in:
Allen Byrne
2018-10-23 11:00:36 -05:00
parent ea2a969ce2
commit b6e61e8310
14 changed files with 94 additions and 48 deletions

View File

@@ -14,7 +14,8 @@
########################################################
# To use this option, copy both the macro and option code
# into the root UserMacros.cmake file.
# into the root UserMacros.cmake file. Then enable the option,
# using the command line add "-DBUILD_STATIC_CRT_LIBS:BOOL=ON"
# OR add an include to the root UserMacros.cmake file:
# INCLUDE(path_to_file/WINDOWS_MT.cmake)