mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
63de431b40
* port "poppler", it works, but needs a lot refinement. * add poppler-cpp17 * add popper and poppper[cpp17] * Use Options in vcpkg_configure_cmake instead of patches * remove feature cpp17 * remove port-version for a new port * add dependency fontconfig * try to solve problems on linux * zlib2 and png are default feature, let it be * linux is not supported for misc problems * remove test subdirectory for it to work in linux * remove test subdirectory for it to work in linux * fix patch files * format manifest file using vcpkg foramt-manifest * less dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * fix dependencies * test dependencies devil * test fix dependencies * remove redundant fontconfig * make zlib as an optional feature * test zlib as a feature * test fontconfig * apply vcpkg format-manifest Co-authored-by: abc <a@b.com>
25 lines
529 B
Diff
25 lines
529 B
Diff
From aa0fa5f737b8ea3d2dfb396243be79af49274b6e Mon Sep 17 00:00:00 2001
|
|
From: abc <a@b.com>
|
|
Date: Fri, 18 Dec 2020 14:32:31 +0800
|
|
Subject: [PATCH 2/2] remove test subdirectory
|
|
|
|
---
|
|
CMakeLists.txt | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index ec66b515..cce875a0 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -749,7 +749,6 @@ endif()
|
|
if(ENABLE_GLIB)
|
|
add_subdirectory(glib)
|
|
endif()
|
|
-add_subdirectory(test)
|
|
if(ENABLE_QT5)
|
|
add_subdirectory(qt5)
|
|
endif()
|
|
--
|
|
2.29.2.windows.2
|
|
|