aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-06-04 19:03:08 -0700
committergrdowns <grdowns@microsoft.com>2019-06-04 19:03:08 -0700
commitd46b696071d13c2d43784243aad83edeea177176 (patch)
tree7323d3cf7b410ffb4092a39574dfb26fe353921c
parentdaa13e58ae615daebdc19e747fd04b3b00f23925 (diff)
downloadvcpkg-d46b696071d13c2d43784243aad83edeea177176.tar.gz
vcpkg-d46b696071d13c2d43784243aad83edeea177176.zip
Move comment to correct line
-rw-r--r--ports/glibmm/portfile.cmake2
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()