mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
tabs to spaces
This commit is contained in:
parent
6ca475a5b4
commit
b65ae7c277
@ -1,9 +1,9 @@
|
||||
function(vcpkg_install_meson)
|
||||
|
||||
|
||||
vcpkg_find_acquire_program(NINJA)
|
||||
|
||||
unset(ENV{DESTDIR}) # installation directory was already specified with '--prefix' option
|
||||
|
||||
|
||||
unset(ENV{DESTDIR}) # installation directory was already specified with '--prefix' option
|
||||
|
||||
message(STATUS "Package ${TARGET_TRIPLET}-rel")
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND ${NINJA} install -v
|
||||
@ -11,7 +11,7 @@ function(vcpkg_install_meson)
|
||||
LOGNAME package-${TARGET_TRIPLET}-rel
|
||||
)
|
||||
message(STATUS "Package ${TARGET_TRIPLET}-rel done")
|
||||
|
||||
|
||||
message(STATUS "Package ${TARGET_TRIPLET}-dbg")
|
||||
vcpkg_execute_required_process(
|
||||
COMMAND ${NINJA} install -v
|
||||
|
Loading…
x
Reference in New Issue
Block a user