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/disable-programs.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/disable-programs.patch')
| -rw-r--r-- | ports/metis/disable-programs.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/metis/disable-programs.patch b/ports/metis/disable-programs.patch new file mode 100644 index 000000000..0c23be553 --- /dev/null +++ b/ports/metis/disable-programs.patch @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt Wed Dec 21 18:24:22 2016 ++++ b/CMakeLists.txt Wed Dec 21 18:24:26 2016 +@@ -20,4 +20,4 @@ + # Recursively look for CMakeLists.txt in subdirs. + add_subdirectory("include") + add_subdirectory("libmetis") +-add_subdirectory("programs") ++# add_subdirectory("programs") |
