diff options
Diffstat (limited to 'math/oink/files/patch-CMakeLists.txt')
-rw-r--r-- | math/oink/files/patch-CMakeLists.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/math/oink/files/patch-CMakeLists.txt b/math/oink/files/patch-CMakeLists.txt index d2712483dc57..095bae5ce5ba 100644 --- a/math/oink/files/patch-CMakeLists.txt +++ b/math/oink/files/patch-CMakeLists.txt @@ -1,7 +1,11 @@ ---- CMakeLists.txt.orig 2025-03-28 04:18:13 UTC +--- CMakeLists.txt.orig 2025-01-05 22:29:55 UTC +++ CMakeLists.txt -@@ -24,7 +24,7 @@ find_package(Boost REQUIRED COMPONENTS filesystem iost - find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) +@@ -21,10 +21,10 @@ endif() + endif() + endif() + +-find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) ++find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex random CONFIG) # Main library target -add_library(oink STATIC) |