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

VC++2015 redistributable requirement #2

Closed
smoogipoo opened this issue Jun 15, 2020 · 2 comments
Closed

VC++2015 redistributable requirement #2

smoogipoo opened this issue Jun 15, 2020 · 2 comments

Comments

@smoogipoo
Copy link

This project seems to depend on the VC++2015 redistributable package, which did not come pre-installed with a W10H install.

Upon looking around, it may be resolved by including the /MT option to the compiler arguments:

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")

@Tom94
Copy link
Owner

Tom94 commented Jun 15, 2020

Ouch, that line in the CMake file was originally meant to do the static linking you desribe. Seem like I made a mistake in choosing the appropriate argument. Thank for pointing it out! :)

Gonna test/debug this on the weekend.

@Tom94
Copy link
Owner

Tom94 commented Jun 24, 2020

Apologies for the delay---didn't get to it last weekend after all.

@Tom94 Tom94 closed this as completed Jun 24, 2020
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