Skip to content
Snippets Groups Projects
Commit ce848a36 authored by Rene Halver's avatar Rene Halver
Browse files

forced C++ dependency to ALL library for Fortran compilations

parent a11e5730
Branches
Tags
1 merge request!15CMake projectconfig
Pipeline #57864 passed
......@@ -25,6 +25,8 @@ if(CM_ALL_VORONOI)
target_link_libraries(ALL PUBLIC voro)
endif(CM_ALL_VORONOI)
target_link_libraries(ALL INTERFACE stdc++)
target_include_directories(ALL PUBLIC ${MPI_CXX_INCLUDE_PATH})
target_include_directories (ALL
PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment