Fixing issue: https://public.kitware.com/Bug/view.php?id=15662 [CMake 0015662]: Add support for Windows/Windows Phone SDKs with Visual Studio 2015
The issue raised it caused by the fact that we were validating that we have a desktop SDK based on the version of the app what we are producing instead of the generator being used. By making the method virtual, we can query that we have the desktop SDK installed for the generator selected.
Build8.1OnVS2015.patch
Description: Build8.1OnVS2015.patch
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
