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

Add mention of Windows SDK in build Prerequisites [ci skip] #410

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

FreeSlave
Copy link
Member

It's been reported that without Windows SDK installed the cmake configure step produces errors like

No CMAKE_C_COMPILER could be found.
No CMAKE_CXX_COMPILER could be found

I believe it has to do something with checks in cmake when testing if compilers are set up correctly and this check relying on the presence of some tools available only when Windows SDK is installed (e.g. rc.exe).

As an alternative we could look at changing the CMakeListst.txt file so it works without Windows SDK installed but I don't know what changes should be done.

@nekonomicon nekonomicon merged commit fdf49c8 into FWGS:master Nov 18, 2023
@FreeSlave FreeSlave deleted the add_windows_sdk_mention branch November 18, 2023 10:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants