aboutsummaryrefslogtreecommitdiff
path: root/ports/liblemon
diff options
context:
space:
mode:
authorNavid Rahimi <rahimi.nv@gmail.com>2018-07-11 11:47:13 +0430
committerRobert Schumacher <roschuma@microsoft.com>2018-07-11 00:17:13 -0700
commit804c421d642ea679898d18de0c24b1d51c412f70 (patch)
treea6b47d6e47e61568beb8e20495ef2a99f8505d5d /ports/liblemon
parent91db517ba9df05ac8ac0989529eea0d9576164ec (diff)
downloadvcpkg-804c421d642ea679898d18de0c24b1d51c412f70.tar.gz
vcpkg-804c421d642ea679898d18de0c24b1d51c412f70.zip
Fixing ogdf and liblemon compile issues on ubuntu (#3847)
* Fixing ogdf and liblemon compile issues on ubuntu * [ogdf] Avoid patch by passing cmake options
Diffstat (limited to 'ports/liblemon')
-rw-r--r--ports/liblemon/CONTROL2
-rw-r--r--ports/liblemon/fixup-targets.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/liblemon/CONTROL b/ports/liblemon/CONTROL
index 7e7a07402..704f02d9a 100644
--- a/ports/liblemon/CONTROL
+++ b/ports/liblemon/CONTROL
@@ -1,3 +1,3 @@
Source: liblemon
-Version: 1.3.1-1
+Version: 1.3.1-2
Description: Library for Efficient Modeling and Optimization in Networks
diff --git a/ports/liblemon/fixup-targets.patch b/ports/liblemon/fixup-targets.patch
index 8a77f65d7..883e2a6ee 100644
--- a/ports/liblemon/fixup-targets.patch
+++ b/ports/liblemon/fixup-targets.patch
@@ -47,4 +47,4 @@ index b0d2d8b..ce54986 100644
MARK_AS_ADVANCED(LEMON_LIBRARY LEMON_INCLUDE_DIR)
+
-+include(./lemon-targets.cmake)
++include(${CMAKE_CURRENT_LIST_DIR}/lemon-targets.cmake)