mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
Move comment to correct line
This commit is contained in:
parent
daa13e58ae
commit
d46b696071
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user