From e42e58b962d0f94bbd31762e107d39542e57d2de Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 11 Oct 2024 13:06:18 +0200 Subject: [PATCH] cmake: fix coinor patch --- patches/cbc-2.10.patch | 6 +++--- patches/cgl-0.60.patch | 6 +++--- patches/clp-1.17.patch | 6 +++--- patches/coinutils-2.11.patch | 6 +++--- patches/osi-0.108.patch | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/patches/cbc-2.10.patch b/patches/cbc-2.10.patch index bc7a634b8f..79830e9022 100644 --- a/patches/cbc-2.10.patch +++ b/patches/cbc-2.10.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6aa8dca..2fba8d5 100644 +index be94fca..1529011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -42,6 +42,7 @@ if(APPLE) +@@ -88,6 +88,7 @@ if(APPLE) CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions" ) + add_compile_options(-O1) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") - endif(APPLE) + endif() diff --git a/patches/cgl-0.60.patch b/patches/cgl-0.60.patch index 8d12c4e1a4..411ee81d4d 100644 --- a/patches/cgl-0.60.patch +++ b/patches/cgl-0.60.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7beea06..c0dfe10 100644 +index 8c51561..f223f08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -42,6 +42,7 @@ if(APPLE) +@@ -88,6 +88,7 @@ if(APPLE) CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions" ) + add_compile_options(-O1) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") - endif(APPLE) + endif() diff --git a/patches/clp-1.17.patch b/patches/clp-1.17.patch index 2eb04aa2e8..c97dce747c 100644 --- a/patches/clp-1.17.patch +++ b/patches/clp-1.17.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index a029303..ecafdb3 100644 +index bb95c63..7fde473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -42,6 +42,7 @@ if(APPLE) +@@ -88,6 +88,7 @@ if(APPLE) CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions" ) + add_compile_options(-O1) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") - endif(APPLE) + endif() diff --git a/patches/coinutils-2.11.patch b/patches/coinutils-2.11.patch index 157d127221..9eb47c863e 100644 --- a/patches/coinutils-2.11.patch +++ b/patches/coinutils-2.11.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index cbd1e7f..458653f 100644 +index 3fc9cff..b2423fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -42,6 +42,7 @@ if(APPLE) +@@ -88,6 +88,7 @@ if(APPLE) CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions" ) + add_compile_options(-O1) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") - endif(APPLE) + endif() diff --git a/patches/osi-0.108.patch b/patches/osi-0.108.patch index 5ccd64f01e..367f1d30fc 100644 --- a/patches/osi-0.108.patch +++ b/patches/osi-0.108.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 273d523..40853ac 100644 +index bc22fbd..1c2a604 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -42,6 +42,7 @@ if(APPLE) +@@ -88,6 +88,7 @@ if(APPLE) CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions" ) + add_compile_options(-O1) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") - endif(APPLE) + endif()