Commit 06c00f7
committed
CMake: Fix error locating Boost DI without Hunter
When Boost-DI is provided by the build system, it may use a CMake Find module
instead of a package configuration file.
Error was:
| CMake Error at cmake/dependencies.cmake:30 (find_package):
| Could not find a package configuration file provided by "Boost.DI" with any
| of the following names:
|
| Boost.DIConfig.cmake
| boost.di-config.cmake1 parent e38b398 commit 06c00f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
0 commit comments