mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-08 11:47:20 +02:00
Disable unwanted components.
This commit is contained in:
Vendored
+3
-3
@@ -13,15 +13,15 @@ set(ENABLE_ENCODINGS ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_ENCODINGS_COMPILER OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_XML ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_JSON ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_MONGODB ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_MONGODB OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_DATA_SQLITE ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_REDIS ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_REDIS OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_PDF OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_UTIL ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_NET ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_NETSSL ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_SEVENZIP OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_ZIP ON CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_ZIP OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_CPPPARSER OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_POCODOC OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_PAGECOMPILER OFF CACHE INTERNAL "" FORCE)
|
||||
|
||||
Reference in New Issue
Block a user