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

Several fixes to CMake #19

Merged
merged 5 commits into from
Feb 3, 2022
Merged

Several fixes to CMake #19

merged 5 commits into from
Feb 3, 2022

Conversation

Clement-Fontenaille
Copy link
Contributor

@Clement-Fontenaille Clement-Fontenaille commented Dec 16, 2021

Use "-Wl,--allow-multiple-definition" if compiler supports it (fixing issue 10)
First cehck that linker supports -Wl,--allow-multiple-definition before using unless cmake version does not support CHECK_LINKER_FLAG (since 3.18)
Fixed an issue occuring when MPI_C_INCLUDE_PATH has more than one directory
upgraded cmake_minimum_required to 3.0.0

…ectory ; downgraded cmake_minimum_required to 3.0.0 ; now skipping check for linker support for -Wl,--allow-multiple-definition for cmake versions prior 3.18
@marcjoos-cea marcjoos-cea merged commit a0c788a into cea-hpc:master Feb 3, 2022
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.

2 participants