mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
This commit is contained in:
parent
af9d82ceb3
commit
c128d007df
@ -17,7 +17,8 @@ target_compile_definitions(sqlite3 PRIVATE
|
|||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY
|
||||||
)
|
)
|
||||||
target_include_directories(sqlite3 INTERFACE $<INSTALL_INTERFACE:include>)
|
target_include_directories(sqlite3 INTERFACE $<INSTALL_INTERFACE:include>)
|
||||||
if(TRIPLET_SYSTEM_NAME MATCHES "WindowsStore")
|
|
||||||
|
if(VCPKG_CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
|
||||||
target_compile_definitions(sqlite3 PRIVATE -DSQLITE_OS_WINRT=1)
|
target_compile_definitions(sqlite3 PRIVATE -DSQLITE_OS_WINRT=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user