Skip to content

Commit

Permalink
fix crypto library to use defined target from SSL module
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Feb 22, 2024
1 parent cf83aba commit da65354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(MPI_FOUND)
include_directories(${MPI_INCLUDE_PATH})
endif()

set(perfflow_deps "-L../runtime -lperfflow_runtime -lcrypto")
set(perfflow_deps "-L../runtime -lperfflow_runtime" OpenSSL::Crypto)
set(THREADS_PREFER_PTHREAD_FLAG ON)

message(STATUS "Adding CXX unit tests")
Expand Down

0 comments on commit da65354

Please sign in to comment.