Move comment to correct line

This commit is contained in:
grdowns 2019-06-04 19:03:08 -07:00
parent daa13e58ae
commit d46b696071

View File

@ -1,6 +1,6 @@
# Glib uses winapi functions not available in WindowsStore, so glibmm also
include(vcpkg_common_functions) include(vcpkg_common_functions)
# Glib uses winapi functions not available in WindowsStore
if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore) if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
message(FATAL_ERROR "Error: UWP builds are currently not supported.") message(FATAL_ERROR "Error: UWP builds are currently not supported.")
endif() endif()