mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
12b018e48f
* 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>
6 lines
135 B
CMake
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)
|