Closed jtremesay closed 3 years ago
On the branch openroad, the CMakeFiles.txt use the nonexistent Boost_INCLUDE_DIR variable for defining boost include dirs. The variable to use is Boost_INCLUDE_DIRS, cf the documentation.
Boost_INCLUDE_DIR
Boost_INCLUDE_DIRS
This is fixed in the latest integrated TR.
On the branch openroad, the CMakeFiles.txt use the nonexistent
Boost_INCLUDE_DIR
variable for defining boost include dirs. The variable to use isBoost_INCLUDE_DIRS
, cf the documentation.