I'm trying to build this against an existing Blosc library. I'm not that familiar with Cmake, but I think I need to set BLOSC_INSTALL_DIR to be the installation prefix. However using -DBLOSC_INSTALL_DIR=... doesn't work. I think to be able to set it from the command line, it should be marked as a CACHE variable?
I'm trying to build this against an existing Blosc library. I'm not that familiar with Cmake, but I think I need to set
BLOSC_INSTALL_DIRto be the installation prefix. However using-DBLOSC_INSTALL_DIR=...doesn't work. I think to be able to set it from the command line, it should be marked as a CACHE variable?