Commit Graph

4 Commits

Author SHA1 Message Date
tyler92
2e608624c8
fix(build): Install cmake files with resolved ENABLE_JSON and ENABLE_XML (#4227) 2023-11-21 03:07:24 +01:00
Alexander B
6c9078d673
fix issue #3815 (#3932)
Poco can be built with ENABLE_UTIL=ON and ENABLE_XML=OFF, but use of Poco::Util requires Poco::XML
2023-01-27 05:25:31 -06:00
Sascha Zelzer
10425a9556 Do not overwrite CMAKE_PREFIX_PATH in component config files.
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Pascal Bach
b69fafb84c CMake: Create PocoConfig.cmake to make importable from other CMake projects
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
2014-10-14 17:58:46 +02:00