mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
12b018e48f
* libxslt update and switch to cmake * give logs. * Revert "give logs." This reverts commit fddf7675c90ba44aed019c7d57cdb8abc71c6707. * 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)
|