Re: CMake error when compiling

2011-01-22 Thread Anne-Marie Mahfouf
On vendredi 21 janvier 2011 21:20:58 Daniel E. Moctezuma wrote: Hi there, I was trying to compile Kiten and I got the following error with CMake: CMake Error at CMakeLists.txt:9 (check_include_files): Unknown CMake command check_include_files. So instead of doing

CMake error when compiling

2011-01-21 Thread Daniel E. Moctezuma
Hi there, I was trying to compile Kiten and I got the following error with CMake: CMake Error at CMakeLists.txt:9 (check_include_files): Unknown CMake command check_include_files. So instead of doing INCLUDE(CheckIncludeFiles) y did FIND_PACKAGE( KDE4 REQUIRED ), as this is a KDE4 application