Skip to content

Commit

Permalink
Fix mcfp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 20, 2025
1 parent 22aa193 commit a7f2106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ endif()
set(CMAKE_THREAD_PREFER_PTHREAD)
set(THREADS_PREFER_PTHREAD_FLAG)
find_package(Threads)
find_package(mcfp QUIET)
find_package(mcfp 1.3.5 QUIET)

if(NOT (mcfp_FOUND OR TARGET mcfp))
include(FetchContent)
Expand All @@ -109,7 +109,7 @@ if(NOT (mcfp_FOUND OR TARGET mcfp))
mcfp
${EXLC}
GIT_REPOSITORY https://github.com/mhekkel/libmcfp
GIT_TAG v1.3.4)
GIT_TAG v1.3.5)

FetchContent_MakeAvailable(mcfp)
endif()
Expand Down

0 comments on commit a7f2106

Please sign in to comment.