Skip to content
Snippets Groups Projects
Commit cd50cd9b authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread

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.

Fixes #31
parent 66e393e8
No related tags found
No related merge requests found
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment