cmake doesn't find cogutil's cmake files
alexander-gabriel opened this issue · 1 comments
alexander-gabriel commented
replacing
list(APPEND CMAKE_MODULE_PATH ${COGUTIL_DATA_DIR}/cmake)
with
list(APPEND CMAKE_MODULE_PATH /usr/local/share/opencog/cmake)
or whatever your correct path is fixes the problem.
alexander-gabriel commented
ah, this was caused by a previously installed version that wasn't overriden by the sudo make install
.