aboutsummaryrefslogtreecommitdiff
path: root/ports/metis/enable-install.patch
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2017-01-12 15:24:43 -0800
committerGitHub <noreply@github.com>2017-01-12 15:24:43 -0800
commitf9709aae5f1e7cac75672bb3ba78f45ebd09396b (patch)
treef07592e928a46fd14791bb49cbd294f9f7095dab /ports/metis/enable-install.patch
parentf4622dce99378894b71c07e7fe989480981b5d56 (diff)
parent4bf2b196bff38decfacc921a61b8ff4f0a9d5efd (diff)
downloadvcpkg-f9709aae5f1e7cac75672bb3ba78f45ebd09396b.tar.gz
vcpkg-f9709aae5f1e7cac75672bb3ba78f45ebd09396b.zip
Merge pull request #516 from albertziegenhagel/metis
metis
Diffstat (limited to 'ports/metis/enable-install.patch')
-rw-r--r--ports/metis/enable-install.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/metis/enable-install.patch b/ports/metis/enable-install.patch
new file mode 100644
index 000000000..9f36623ad
--- /dev/null
+++ b/ports/metis/enable-install.patch
@@ -0,0 +1,15 @@
+--- a/CMakeLists.txt Sat Mar 30 17:24:45 2013
++++ b/CMakeLists.txt Wed Dec 21 18:23:43 2016
+@@ -4,11 +4,7 @@
+ set(GKLIB_PATH "GKlib" CACHE PATH "path to GKlib")
+ set(SHARED FALSE CACHE BOOL "build a shared library")
+
+-if(MSVC)
+- set(METIS_INSTALL FALSE)
+-else()
+- set(METIS_INSTALL TRUE)
+-endif()
++set(METIS_INSTALL TRUE)
+
+ # Configure libmetis library.
+ if(SHARED)