diff options
| -rw-r--r-- | ports/glibmm/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/glibmm/portfile.cmake b/ports/glibmm/portfile.cmake index ac5be799f..693a77278 100644 --- a/ports/glibmm/portfile.cmake +++ b/ports/glibmm/portfile.cmake @@ -1,6 +1,6 @@ -# Glib uses winapi functions not available in WindowsStore, so glibmm also include(vcpkg_common_functions) +# Glib uses winapi functions not available in WindowsStore if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore) message(FATAL_ERROR "Error: UWP builds are currently not supported.") endif() |
