diff options
| author | myd7349 <myd7349@gmail.com> | 2019-09-10 01:51:56 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-09 10:51:56 -0700 |
| commit | fb9c83a3bab367f4d30d0395f820ecd11d544283 (patch) | |
| tree | 51fd1cd485712c94113f2ab7480f9d59a6ab366e /ports/quantlib/disable-examples-tests.patch | |
| parent | 188d5e1c19ec017f215ecfb3c7395a6771b19148 (diff) | |
| download | vcpkg-fb9c83a3bab367f4d30d0395f820ecd11d544283.tar.gz vcpkg-fb9c83a3bab367f4d30d0395f820ecd11d544283.zip | |
[quantlib] Add new port (#7283)
* [quantlib] Add new port
* [quantlib] Fix x64-windows-static build
* [quantlib] Use unique_ptr by default
Diffstat (limited to 'ports/quantlib/disable-examples-tests.patch')
| -rw-r--r-- | ports/quantlib/disable-examples-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/quantlib/disable-examples-tests.patch b/ports/quantlib/disable-examples-tests.patch new file mode 100644 index 000000000..b42e0bc25 --- /dev/null +++ b/ports/quantlib/disable-examples-tests.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d046251cc..d8201bf6a 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -44,8 +44,6 @@ if (Boost_FOUND) + endif (Boost_FOUND) + + add_subdirectory(ql) +-add_subdirectory(Examples) +-add_subdirectory(test-suite) + + # + # Copy across the ANSI config file into the build directory. Users |
