Skip to content

Commit

Permalink
devel/mrc: Update to be able to build with the latest version of deve…
Browse files Browse the repository at this point in the history
…l/libmcfp
  • Loading branch information
yurivict committed Mar 28, 2024
1 parent fcddaf1 commit 58bc832
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions devel/mrc/files/patch-CMakeLists.txt
@@ -1,5 +1,14 @@
--- CMakeLists.txt.orig 2024-02-01 14:44:29 UTC
+++ CMakeLists.txt
@@ -61,7 +61,7 @@ endif()
message(STATUS "Using COFF spec: ${COFF_SPEC}")
endif()

-find_package(libmcfp 1.2.4 QUIET)
+find_package(libmcfp REQUIRED) # workaround for https://github.com/mhekkel/mrc/issues/15

if(NOT libmcfp_FOUND)
include(FetchContent)
@@ -117,7 +117,7 @@ endif()
add_test(NAME unit-test COMMAND $<TARGET_FILE:mrc-unit-test> WORKING_DIRECTORY .)
endif()
Expand Down

0 comments on commit 58bc832

Please sign in to comment.