https://github.com/Kitware/CMake
Revision 4dab8e69bd46b6aa85a97c4d23e9d894fc5fbcf6 authored by Brad King on 19 February 2019, 14:22:55 UTC, committed by Brad King on 19 February 2019, 14:31:50 UTC
VS 2019 does not default to the 8.1 SDK as VS 2017 and VS 2015 did.
When `CMAKE_SYSTEM_VERSION` is 8.1 or lower, select the 8.1 SDK
explicitly.

Fixes: #18927
1 parent 35bf9de
Raw File
Tip revision: 4dab8e69bd46b6aa85a97c4d23e9d894fc5fbcf6 authored by Brad King on 19 February 2019, 14:22:55 UTC
VS: Tell VS 2019 to use Windows SDK 8.1 explicitly when needed
Tip revision: 4dab8e6
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top