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 I thought that would be better and
indeed I didn't had any other error.


My question is: What is the difference between doing:

FIND_PACKAGE( KDE4 REQUIRED )
INCLUDE( KDE4Defaults )

and

FIND_PACKAGE( KDE4 REQUIRED )
 ?

-- 
Daniel E. Moctezuma
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to