diff options
| author | Markus Rickert <rickertm@users.noreply.github.com> | 2019-04-08 07:17:02 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-07 22:17:02 -0700 |
| commit | 02e9fe72faf72e35bbf253dbd5ac94978fd272d9 (patch) | |
| tree | 572fa73dabb51bdf0b4450e2cbbd5b32a98b15de /ports/solid3/disable-examples.patch | |
| parent | 9a4f3c19823ed9bf6b8f08b1c5575caf6afb1002 (diff) | |
| download | vcpkg-02e9fe72faf72e35bbf253dbd5ac94978fd272d9.tar.gz vcpkg-02e9fe72faf72e35bbf253dbd5ac94978fd272d9.zip | |
Add port for solid3 (#5989)
Diffstat (limited to 'ports/solid3/disable-examples.patch')
| -rw-r--r-- | ports/solid3/disable-examples.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/solid3/disable-examples.patch b/ports/solid3/disable-examples.patch new file mode 100644 index 000000000..5af3b2645 --- /dev/null +++ b/ports/solid3/disable-examples.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0303a8f..be43838 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -97,7 +97,7 @@ if(UNIX) + endif(UNIX) + + add_subdirectory(src) +-add_subdirectory(examples) ++#add_subdirectory(examples) + #add_subdirectory(doc) + + include(CMakePackageConfigHelpers) |
