You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow call CMake install target on built Boost and got it's files copied to specified install directory a bit earlier. Let's assume it's "/tmp/my-boost-1.84/"
Add Boost.DI via ExternalProject feature and specify BOOST_ROOT option to let CMake find this custom built Boost:
[ 12%] Performing configure step for 'dep-boost-ext-di'
CMake Warning at /home/[REDACTED]/programs/cmake/share/cmake-3.20/Modules/FindBoost.cmake:2186 (message):
No header defined for headers; skipping header check (note: header-only
libraries have no designated component)
Call Stack (most recent call first):
CMakeLists.txt:23 (find_package)
CMake Error at /home/[REDACTED]/programs/cmake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR headers)
Expected Behavior
Boost.DI is configured using CMake with custom built Boost.
Actual Behavior
Configuration failed due to Boost module headers not found error.
Steps to Reproduce the Problem
Summary on parameters:
Get error
Specifications
The text was updated successfully, but these errors were encountered: