mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
[septag-sx] Add error message
This commit is contained in:
parent
b37854348a
commit
f1870ae02b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user