Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert to module mode from config mode.
The error you're encountering occurs because BoostConfig.cmake is trying to find the boost_headers package, but it cannot locate it. This usually happens when Boost is installed in a way that doesn’t fully support the CMake config mode, or when the BoostConfig.cmake file refers to components that haven't been properly installed or configured.
- Loading branch information