aboutsummaryrefslogtreecommitdiff
path: root/ports/libusb-win32
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libusb-win32')
-rw-r--r--ports/libusb-win32/portfile.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libusb-win32/portfile.cmake b/ports/libusb-win32/portfile.cmake
index bab7675a0..a93b39bca 100644
--- a/ports/libusb-win32/portfile.cmake
+++ b/ports/libusb-win32/portfile.cmake
@@ -1,7 +1,7 @@
include(vcpkg_common_functions)
-if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
- message(FATAL_ERROR "Error: UWP builds are currently not supported.")
+if (VCPKG_CMAKE_SYSTEM_NAME)
+ message(FATAL_ERROR "Error: only Windows Desktop builds are currently supported.")
endif()
set(LIBUSB_VERSION 1.2.6.0)