[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cmake problem



Debian testing
Kde from experimental


Hi,

I've problems with cmake, what can this be?

$ cmake . CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/d/.kde4/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:10 (find_package)

CMake Warning (dev) in CMakeLists.txt:
 No cmake_minimum_required command is present.  A line of code such as

   cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower
 if you wish to support older CMake versions for this project.  For more
 information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done



$ cmake . CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/d/.kde4/share/apps;/usr/share/kde4/apps Call Stack (most recent call first): CMakeLists.txt:10 (find_package)

CMake Warning (dev) in CMakeLists.txt:
 No cmake_minimum_required command is present.  A line of code such as

   cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done






Reply to: