diff options
| author | Phoebe <925731795@qq.com> | 2019-08-01 04:01:02 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-31 13:01:02 -0700 |
| commit | bcff929875d76ade98c251038eea6f48171facc6 (patch) | |
| tree | de7aa57e4bde6cedd1a0a5cca1eecc56a8929a9c /ports/cgicc | |
| parent | 80b187ad64ebcd5cbab7fab982c04e6862076d8e (diff) | |
| download | vcpkg-bcff929875d76ade98c251038eea6f48171facc6.tar.gz vcpkg-bcff929875d76ade98c251038eea6f48171facc6.zip | |
Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
Diffstat (limited to 'ports/cgicc')
| -rw-r--r-- | ports/cgicc/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cgicc/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/cgicc/CONTROL b/ports/cgicc/CONTROL index 9e18277a9..1e3716e0e 100644 --- a/ports/cgicc/CONTROL +++ b/ports/cgicc/CONTROL @@ -1,4 +1,4 @@ Source: cgicc
-Version: 3.2.19-1
+Version: 3.2.19-2
Homepage: https://www.gnu.org/software/cgicc/
Description: GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web
diff --git a/ports/cgicc/portfile.cmake b/ports/cgicc/portfile.cmake index 58a970877..24447e884 100644 --- a/ports/cgicc/portfile.cmake +++ b/ports/cgicc/portfile.cmake @@ -15,6 +15,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA OPTIONS_DEBUG -DDISABLE_INSTALL_HEADERS=ON -DDISABLE_INSTALL_TOOLS=ON ) |
