Skip to content

Fix MSVC CI #83

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

Closed
wants to merge 19 commits into from
Closed

Fix MSVC CI #83

wants to merge 19 commits into from

Conversation

alexreinking
Copy link
Contributor

Fixes #68

@JohelEGP
Copy link
Contributor

JohelEGP commented Jun 7, 2023

How about disabling https://github.com/modern-cmake/cppfront/blob/main/regression-tests/cmake/CMakeLists.txt.in#L14?
Then __cpp_modules won't be defined.
It'll do the same as Clang and GCC, "fake it till you make it".

@JohelEGP

This comment was marked as resolved.

@alexreinking
Copy link
Contributor Author

How about disabling https://github.com/modern-cmake/cppfront/blob/main/regression-tests/cmake/CMakeLists.txt.in#L14? Then __cpp_modules won't be defined. It'll do the same as Clang and GCC, "fake it till you make it".

No, didn't work. Still get

C1011: cannot locate standard module interface. Did you install the library part of the C++ modules feature in VS setup?

@JohelEGP
Copy link
Contributor

__cpp_modules is still defined: https://compiler-explorer.com/z/naqe3exsY.

@JohelEGP
Copy link
Contributor

26fac8d broke the build another way.

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.

CI complain about missing standard module interface for Windows build
2 participants