Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.1k stars 167 forks source link

Add customization point for config location #224

Closed friendlyanon closed 3 years ago

friendlyanon commented 3 years ago

This cache variable allows package managers to customize the CMake config location according to their own conventions.

After a short discussion with @ras0219-msft, I was convinced that the config location should be a cache variable.
For regular users, this will not change anything.
For package managers and their maintainers, this means they can move the files to some intermediate location for processing, then finally in some other location that find_package() can find, if they so wish.