Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS toolset upgrade #2

Closed
EvgenyAgafonchikov opened this issue Apr 6, 2015 · 1 comment
Closed

VS toolset upgrade #2

EvgenyAgafonchikov opened this issue Apr 6, 2015 · 1 comment

Comments

@EvgenyAgafonchikov
Copy link

After running of the following command:

bin> ..\..\CMake\bin\bin\Release\cmake.exe -G "Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_NAME:String=WindowsStore -DCMAKE_SYSTEM_VERSION:String="8.1" -DCMAKE_VS_EFFECTIVE_PLATFORMS:String=x64 -DCMAKE_INSTALL_PREFIX:PATH=C:\Users\install ..

and opening the resulting solution VS2015 suggests to upgrade CMake-related projects only (e. g. ALL_BUILD, INSTALL, etc.) others are still using vc120 toolset instead of vc140

@khouzam
Copy link

khouzam commented Apr 7, 2015

The CMake projects are building Utility projects (not store or phone projects) so the toolset is not critical.
I've tried either way and the projects don't have issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants