make install fails with a message, that target 'install' does not exists. And indeed, after running cmake, grep cannot find any word 'install' in the generated Makefiles:
### System: Ubuntu 9.04
$ cmake --version
cmake version 2.6-patch 2
$ cmake -DCMAKE_BUILD_TYPE=Debug
$ grep -r -w install .
./cmake_install.cmake:# Set the install prefix
./cmake_install.cmake:# Set the install configuration name.
./cmake_install.cmake: # Include the install script for each subdirectory.
./external_libs/glpng/cmake_install.cmake:# Set the install prefix
./external_libs/glpng/cmake_install.cmake:# Set the install configuration name.
./external_libs/cmake_install.cmake:# Set the install prefix
./external_libs/cmake_install.cmake:# Set the install configuration name.
./external_libs/cmake_install.cmake: # Include the install script for each subdirectory.
./external_libs/lua-5.0/cmake_install.cmake:# Set the install prefix
./external_libs/lua-5.0/cmake_install.cmake:# Set the install configuration name.
./external_libs/lua-5.0/cmake_install.cmake: # Include the install script for each subdirectory.
./external_libs/lua-5.0/src/cmake_install.cmake:# Set the install prefix
./external_libs/lua-5.0/src/cmake_install.cmake:# Set the install configuration name.
./external_libs/tinyxml/cmake_install.cmake:# Set the install prefix
./external_libs/tinyxml/cmake_install.cmake:# Set the install configuration name.
./src/cmake_install.cmake:# Set the install prefix
./src/cmake_install.cmake:# Set the install configuration name.
./CMakeCache.txt://The liquidpcb binary install dir (default is CMAKE_INSTALL_PREFIX/bin)
./CMakeCache.txt://Install path prefix, prepended onto install directories.
./CMakeCache.txt://The parent directory where applications can install their data
./CMakeCache.txt://The parent directory where applications can install their data
./CMakeCache.txt://The HTML install dir for documentation (default data/doc/html)
./CMakeCache.txt://The icon install dir (default data/icons/)
./CMakeCache.txt://The liquidpcb info install dir (default prefix/info)
./CMakeCache.txt://The subdirectory relative to the install prefix where libraries
./CMakeCache.txt://The subdirectory relative to the install prefix where libraries
./CMakeCache.txt://The install dir for translations (default is CMAKE_INSTALL_PREFIX/share/locale)
./CMakeCache.txt://The liquidpcb man install dir (default prefix/man)
./CMakeCache.txt://The subdirectory relative to the install prefix where plugins
./CMakeCache.txt://The liquidpcb sbin install dir (default is /usr/local/sbin)
./CMakeCache.txt://The install dir for sound files (default data/sounds)
./CMakeCache.txt://The liquidpcb sysconfig install dir (default prefix/etc)