mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:09:12 +08:00
fixed typo in sqlite3 config file
This commit is contained in:
parent
284d50c186
commit
2dad2a8b94
@ -16,7 +16,7 @@ target_compile_definitions(sqlite3 PRIVATE
|
||||
-DSQLITE_ENABLE_RTREE
|
||||
-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")
|
||||
target_compile_definitions(sqlite3 PRIVATE -DSQLITE_OS_WINRT=1)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user