pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.05k stars 2.11k forks source link

CMake CACHE PATH #4490

Closed andrewauclair closed 3 months ago

andrewauclair commented 3 months ago

Use CACHE PATH for CMAKE_LIBRARY_OUTPUT_DIRECTORY, CMAKE_ARCHIVE_OUTPUT_DIRECTORY and CMAKE_RUNTIME_OUTPUT_DIRECTORY.

Changes for #4432. It is over a month old and I don't see a PR as was asked for. Just learned how useful CACHE PATH is and would like this myself.