[septag-sx] Add error message

This commit is contained in:
myd7349 2019-05-11 12:16:24 +08:00
parent b37854348a
commit f1870ae02b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: septag-sx
Version: 2019-05-07
Version: 2019-05-07-1
Description: Portable base library for C programmers, designed for performance and simplicity.

View File

@ -1,5 +1,9 @@
include(vcpkg_common_functions)
if(TARGET_TRIPLET MATCHES "(uwp|arm)")
message(FATAL_ERROR "septag-sx doesn't support ${TARGET_TRIPLET} currently.")
endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO septag/sx