Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected BCrypt API detection check in CMakeLists.txt.
The check depends on Boost.Predef and Boost.WinAPI. Unfortunately, we cannot use their CMake targets in check_cxx_source_compiles because they may not yet be defined at the point of inclusion of filesystem/CMakeLists.txt by the superproject. Thus we have to manually specify include path to the monolithic include tree. And bcrypt library. We intentionally do not specify include paths for Boost.Predef and Boost.WinAPI because that would require to also specify paths of their dependencies, and this is not an acceptable maintenance burden.
- Loading branch information