Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/log4cxx/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: log4cxx
Version: 0.11.0
Port-Version: 1
Homepage: https://logging.apache.org/log4cxx
Description: Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR
Supports: !uwp
Expand Down
1 change: 1 addition & 0 deletions ports/log4cxx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DLOG4CXX_INSTALL_PDB=OFF # Installing pdbs failed on debug static. So, disable it and let vcpkg_copy_pdbs() do it
-DBUILD_TESTING=OFF
)

vcpkg_install_cmake()
Expand Down