CMakeLists.txt missing Algoim and Blitz include_dirs
The CMakeLists.txt in src does not have the line that add the Algoim and Blitz libraries into the target_include_directories: target_include_directories (numerics PUBLIC ${BLITZ_ROOT}/include) target_include_directories (numerics PUBLIC ${ALGOIM_ROOT}/include) Could you add them please? The develop branch has them but somehow they got lost in master :/