opencog/atomspace

cmake doesn't find cogutil's cmake files

alexander-gabriel opened this issue · 1 comments

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.

ah, this was caused by a previously installed version that wasn't overriden by the sudo make install.