The-OpenROAD-Project / TritonRoute

UCSD Detailed Router
Other
79 stars 26 forks source link

Wrong variable for boost include dirs #23

Closed jtremesay closed 3 years ago

jtremesay commented 4 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.

maliberty commented 3 years ago

This is fixed in the latest integrated TR.