diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-01-12 15:24:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-12 15:24:43 -0800 |
| commit | f9709aae5f1e7cac75672bb3ba78f45ebd09396b (patch) | |
| tree | f07592e928a46fd14791bb49cbd294f9f7095dab /ports/metis/enable-install.patch | |
| parent | f4622dce99378894b71c07e7fe989480981b5d56 (diff) | |
| parent | 4bf2b196bff38decfacc921a61b8ff4f0a9d5efd (diff) | |
| download | vcpkg-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.patch | 15 |
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) |
