Changes between Initial Version and Version 1 of Ticket #71871, comment 1
- Timestamp:
- Jan 18, 2025, 4:46:19 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71871, comment 1
initial v1 1 1 I did get it to compile by explicitly adding the path to my cmake command: 2 2 3 {{{ 3 4 cmake ..... -DBoost_INCLUDE_DIR=/opt/local/libexec/boost/1.76/include 5 }}} 4 6 5 7 But, 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?
