aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_install_meson.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/cmake/vcpkg_install_meson.cmake b/scripts/cmake/vcpkg_install_meson.cmake
index 21737bdc9..f6d49288c 100644
--- a/scripts/cmake/vcpkg_install_meson.cmake
+++ b/scripts/cmake/vcpkg_install_meson.cmake
@@ -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