mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-08 00:51:47 +02:00
Update POCO library.
This commit is contained in:
8
vendor/POCO/Util/cmake/PocoUtilConfig.cmake
vendored
8
vendor/POCO/Util/cmake/PocoUtilConfig.cmake
vendored
@@ -1,5 +1,9 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(PocoFoundation)
|
||||
find_dependency(PocoXML)
|
||||
find_dependency(PocoJSON)
|
||||
if(ENABLE_XML)
|
||||
find_dependency(PocoXML)
|
||||
endif()
|
||||
if(ENABLE_JSON)
|
||||
find_dependency(PocoJSON)
|
||||
endif()
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoUtilTargets.cmake")
|
||||
|
Reference in New Issue
Block a user