https://github.com/Kitware/CMake
Revision 7adfd890fb8c44738d64f7ade5eec62f6bafb3df authored by Brad King on 15 July 2021, 14:44:16 UTC, committed by Brad King on 15 July 2021, 17:12:07 UTC
While the flag tables for C and C++ were generated from MSBuild `.xml`
files, the CSharp flag tables were written by hand.  Copy the `v142`
flag table to use for the `v143` toolset.
1 parent 63c1262
Raw File
Tip revision: 7adfd890fb8c44738d64f7ade5eec62f6bafb3df authored by Brad King on 15 July 2021, 14:44:16 UTC
VS: Add CSharp VS 2022 compiler version and flag table v143
Tip revision: 7adfd89
ExternalData_config.cmake.in
set(ExternalData_OBJECT_STORES "@ExternalData_OBJECT_STORES@")
set(ExternalData_URL_TEMPLATES "@ExternalData_URL_TEMPLATES@")
set(ExternalData_TIMEOUT_INACTIVITY "@ExternalData_TIMEOUT_INACTIVITY@")
set(ExternalData_TIMEOUT_ABSOLUTE "@ExternalData_TIMEOUT_ABSOLUTE@")
set(ExternalData_NO_SYMLINKS "@ExternalData_NO_SYMLINKS@")
@_ExternalData_CONFIG_CODE@
back to top