mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Disable ActiveRecord in POCO since we don't need it.
This commit is contained in:
parent
66c731bf65
commit
ba82f742e1
2
vendor/CMakeLists.txt
vendored
2
vendor/CMakeLists.txt
vendored
@ -33,6 +33,8 @@ set(ENABLE_POCODOC OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_PAGECOMPILER OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_PAGECOMPILER_FILE2PAGE OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_TESTS OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_ACTIVERECORD OFF CACHE INTERNAL "" FORCE)
|
||||
set(ENABLE_ACTIVERECORD_COMPILER OFF CACHE INTERNAL "" FORCE)
|
||||
set(POCO_UNBUNDLED OFF CACHE INTERNAL "" FORCE)
|
||||
add_subdirectory(POCO)
|
||||
# Windows gets stupid sometimes
|
||||
|
Loading…
Reference in New Issue
Block a user