ispras / utopia-hls

Utopia: a High-Level Synthesis framework
Apache License 2.0
3 stars 0 forks source link

Stop using `CIRCT_INCLUDE_DIRS` when CIRCT fixes its availability #16

Open Muxianesty opened 1 week ago

Muxianesty commented 1 week ago

Currently in https://github.com/ispras/utopia-hls/blob/master/src/model/dfcir/lib/dfcir/CMakeLists.txt exported variable CIRCT_INCLUDE_DIRS is used directly, as the include-directories are somehow not passed along with find_package(CIRCT). When CIRCT is going to fix this, the direct use of CIRCT_INCLUDE_DIRS has to be removed.