[cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread
All threads resolved!
All threads resolved!
CMake 3.10 overhauled FindMPI.cmake. Now -pthread ends in various MPI-related variables and from there in MPI_DUNE_COMPILE_FLAGS. With COMPILE_DEFINITIONS -pthread got the prefix -D. Changed to COMPILE_OPTIONS which does not add -D to the passed flags.
Fixes #34 (closed)
Edited by Christoph Grüninger
Merge request reports
Activity
Filter activity
added 1 commit
- 333f0093 - [cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread
- Resolved by Christoph Grüninger
added 1 commit
- 9f1feada - [cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread
mentioned in commit 0c45c77e
mentioned in commit f0b87d7c
mentioned in merge request !89 (merged)
mentioned in commit 6aff7c2d
mentioned in merge request !107 (merged)
Please register or sign in to reply