File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ find_package(HDF5 REQUIRED COMPONENTS CXX)
8181
8282find_package (Eigen3 REQUIRED)
8383
84- find_package (OpenMP REQUIRED)
85-
8684find_package (MPI REQUIRED)
8785
8886find_package (FFTW3 REQUIRED COMPONENTS DOUBLE MPI)
@@ -175,8 +173,6 @@ target_compile_definitions(FANS_FANS PUBLIC ${FFTW3_DEFINITIONS})
175173
176174target_link_libraries (FANS_FANS PUBLIC Eigen3::Eigen)
177175
178- target_link_libraries (FANS_FANS PUBLIC OpenMP::OpenMP_CXX)
179-
180176
181177target_link_libraries (FANS_main PRIVATE FANS::FANS)
182178
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ if (NOT HDF5_C_IS_PARALLEL)
1818 message (FATAL_ERROR "Parallel HDF5 implementation (mpi) required but not found!" )
1919endif ()
2020find_dependency(Eigen3)
21- find_dependency(OpenMP)
2221find_dependency(MPI)
2322find_dependency(FFTW3 COMPONENTS DOUBLE MPI)
2423
You can’t perform that action at this time.
0 commit comments