Skip to content

Commit

Permalink
fix cmakelist file
Browse files Browse the repository at this point in the history
  • Loading branch information
joellembatchou committed Feb 1, 2024
1 parent f56d971 commit 31dadb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ endif()
find_library(ZLIB_LIBRARY libz.a z REQUIRED)
find_library(M_LIB m REQUIRED)
find_library(DL_LIB dl REQUIRED)
find_library(BZ2_LIB libbz2.so)
find_library(LZMA_LIB liblzma.so)
find_library(CURL_LIB libcurl.so)
find_library(CRYPTO_LIB libcrypto.so)
find_library(BZ2_LIB bz2)
find_library(LZMA_LIB lzma)
find_library(CURL_LIB curl)
find_library(CRYPTO_LIB crypto)
if("${UNAME_S}" STREQUAL "Linux")
set(GFORTRAN_LIBRARY "-lgfortran")
elseif("${UNAME_S}" STREQUAL "Darwin")
Expand Down

0 comments on commit 31dadb8

Please sign in to comment.