When I run cmake .. I get the following:
CMake Deprecation Warning at CMakeLists.txt:19 (CMAKE_POLICY):
The OLD behavior for policy CMP0037 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Build type: Release
-- CogUtil found.
CMake Error at CMakeLists.txt:81 (FIND_PACKAGE):
Could not find a package configuration file provided by "AtomSpace"
(requested version 5.0.3) with any of the following names:
AtomSpaceConfig.cmake
atomspace-config.cmake
Add the installation prefix of "AtomSpace" to CMAKE_PREFIX_PATH or set
"AtomSpace_DIR" to a directory containing one of the above files. If
"AtomSpace" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/jose/opencog/build/CMakeFiles/CMakeOutput.log".