Skip to content

Commit 1be7dc4

Browse files
committed
binding to external ctf build
1 parent 07cf63e commit 1be7dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ ensure that the CXX compiler can be discovered")
162162
${OPENBLAS_LIBRARY}
163163
MPI::MPI_CXX
164164
m # Math library
165+
${CMAKE_Fortran_LIBRARIES}
165166
)
166167

167168
# Add rpath settings from Makefile
@@ -205,6 +206,7 @@ ensure that the CXX compiler can be discovered")
205206
${OPENBLAS_LIBRARY}
206207
MPI::MPI_CXX
207208
m
209+
${CMAKE_Fortran_LIBRARIES}
208210
)
209211

210212
target_link_options(worker_ctf PRIVATE

0 commit comments

Comments
 (0)