File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ find_package(HDF5 REQUIRED COMPONENTS CXX)
81
81
82
82
find_package (Eigen3 REQUIRED)
83
83
84
- find_package (OpenMP REQUIRED)
85
-
86
84
find_package (MPI REQUIRED)
87
85
88
86
find_package (FFTW3 REQUIRED COMPONENTS DOUBLE MPI)
@@ -225,9 +223,6 @@ target_compile_definitions(FANS_FANS PUBLIC ${FFTW3_DEFINITIONS})
225
223
226
224
target_link_libraries (FANS_FANS PUBLIC Eigen3::Eigen)
227
225
228
- target_link_libraries (FANS_FANS PUBLIC OpenMP::OpenMP_CXX)
229
-
230
-
231
226
target_link_libraries (FANS_main PRIVATE FANS::FANS)
232
227
233
228
# ##############################################################################
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ if (NOT HDF5_C_IS_PARALLEL)
18
18
message (FATAL_ERROR "Parallel HDF5 implementation (mpi) required but not found!" )
19
19
endif ()
20
20
find_dependency(Eigen3)
21
- find_dependency(OpenMP)
22
21
find_dependency(MPI)
23
22
find_dependency(FFTW3 COMPONENTS DOUBLE MPI)
24
23
You can’t perform that action at this time.
0 commit comments