vcpkg/ports/libxslt/vcpkg-cmake-wrapper.cmake
Alexander Neumann 12b018e48f
[libxslt] update to cmake (#24784)
* libxslt update and switch to cmake

* give logs.

* Revert "give logs."

This reverts commit fddf7675c9.

* fine tuning

* version stuff

* format manifest

* ver db

* Trailing whitespace and terminal newline.

Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2022-05-19 14:38:14 -07:00

6 lines
135 B
CMake

list(REMOVE_ITEM ARGS "NO_MODULE")
list(REMOVE_ITEM ARGS "CONFIG")
list(REMOVE_ITEM ARGS "MODULE")
_find_package(${ARGS} CONFIG)