vcpkg/ports/quantlib/disable-examples-tests.patch
myd7349 fb9c83a3ba [quantlib] Add new port (#7283)
* [quantlib] Add new port

* [quantlib] Fix x64-windows-static build

* [quantlib] Use unique_ptr by default
2019-09-09 10:51:56 -07:00

14 lines
332 B
Diff

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