Changes between Initial Version and Version 1 of Ticket #71871, comment 1


Ignore:
Timestamp:
Jan 18, 2025, 4:46:19 AM (11 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71871, comment 1

    initial v1  
    11I did get it to compile by explicitly adding the path to my cmake command:
    22
     3{{{
    34cmake .....   -DBoost_INCLUDE_DIR=/opt/local/libexec/boost/1.76/include
     5}}}
    46
    57But, this did not used to be necessary, so I'm not sure what's changed, and if there is a standard way to include boost, from cmake without needing to find the version and  the path?