Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

Wrong include paths for CMake installation #293

Closed alberto-scolari closed 5 months ago

alberto-scolari commented 5 months ago

When issuing make install, CMake creates several CMake configuration files for CMake-based projects to easily import ALP, as from the docs.

Some include paths (for transition libraries) are wrong in the installation, due to wrong settings in include/CMakeLists.txt. They should easily be fixed.

alberto-scolari commented 5 months ago

proposing this for v0.8, PR should appear soon