mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-29 21:22:11 +01:00
add missing check when activerecord is enabled (#4138)
This commit is contained in:
parent
43bcc553fe
commit
b61d63da94
@ -199,6 +199,10 @@ if(ENABLE_ACTIVERECORD AND NOT ENABLE_DATA)
|
|||||||
set(ENABLE_DATA ON CACHE BOOL "Enable Data" FORCE)
|
set(ENABLE_DATA ON CACHE BOOL "Enable Data" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(ENABLE_ACTIVERECORD AND NOT ENABLE_XML)
|
||||||
|
set(ENABLE_XML ON CACHE BOOL "Enable XML" FORCE)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(ENABLE_TESTS
|
option(ENABLE_TESTS
|
||||||
"Set to OFF|ON (default is OFF) to control build of POCO tests & samples" OFF)
|
"Set to OFF|ON (default is OFF) to control build of POCO tests & samples" OFF)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user