tensor-compiler / taco

The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
http://tensor-compiler.org
Other
1.26k stars 189 forks source link

tools/Cmake: use PROJECT_BINARY_DIR #542

Open vmiheer opened 1 year ago

vmiheer commented 1 year ago

This change allows other projects to import taco as subdirectory. Without this change, as CMAKE_BINARY_DIR points to parent project's build directory, build errors with "unable to open version.h".

vmiheer commented 1 year ago

ping.