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

cmake: Fix dependencies with try_compile (closes #5605) #5630

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

mensinda
Copy link
Member

Finding some CMake dependencies currently fails because the C and C++ compilers aren't set correctly (just a placeholder file is used). This works in most cases but fails as soon as the compiler is required in the dependency finding process (such as the CMake try_compile function).

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