Hi,

> Based on your suggestions I made some progress. It finds boost in configure 

That's great to hear!

> but it is not being picked up. Is there an option to add something to make 
> INCLUDE?

There sure is: CMake's FindBoost Module¹ also offers hints with which
an installation prefix or the preferred include and library directory
can be set (for details see the FindBoost documentation²).
Does specifying -DBOOST_ROOT help?

  % ./acprep configure --python -- \
    -DPython_ROOT_DIR=/home/sergiu/miniconda3/envs/ldg-build/ \
    -DBOOST_ROOT=/home/sergiu/miniconda3/envs/ldg-build/ \
    -DBoost_NO_SYSTEM_PATHS:BOOL=ON

The last hint "disable[s] searching in locations not specified by these
hint variables"; configuring ledger using CMake may work without it.


Godspeed :)


¹ https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake
² https://cmake.org/cmake/help/latest/module/FindBoost.html#hints

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/ihtpkcksyf5jdjcbn4557wny47nujtcj3qodjqcwxyocdpidpx%40xcfrjk4jzxxg.

Reply via email to