mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
fb9c83a3ba
* [quantlib] Add new port * [quantlib] Fix x64-windows-static build * [quantlib] Use unique_ptr by default
14 lines
332 B
Diff
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
|