We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cf63e commit 1be7dc4Copy full SHA for 1be7dc4
CMakeLists.txt
@@ -162,6 +162,7 @@ ensure that the CXX compiler can be discovered")
162
${OPENBLAS_LIBRARY}
163
MPI::MPI_CXX
164
m # Math library
165
+ ${CMAKE_Fortran_LIBRARIES}
166
)
167
168
# Add rpath settings from Makefile
@@ -205,6 +206,7 @@ ensure that the CXX compiler can be discovered")
205
206
207
208
m
209
210
211
212
target_link_options(worker_ctf PRIVATE
0 commit comments