Re: CMake code to find KrossPython

2011-02-28 Thread Daniel E. Moctezuma
check whether or not the krosspython library is installed on the system when you execute the configure file before build. We think it is necessary to check it because it allows the user to know which functionalities you will have. As krosspython is used to be able to run Python plugins via K

CMake code to find KrossPython

2011-02-27 Thread Daniel E. Moctezuma
${KDE4_LIB_DIR} ${LIB_INSTALL_DIR} ) include( FindPackageHandleStandardArgs ) find_package_handle_standard_args( KrossPython DEFAULT_MSG KROSSPYTHON_LIBRARY ) endif( KROSSPYTHON_LIBRARY ) mark_as_advanced( KROSSPYTHON_LIBRARY ) Thanks in advance. -- Daniel E.

Re: CMake error when compiling

2011-01-23 Thread Daniel E. Moctezuma
Hi, Thanks for your the feedback. I built Kiten using the kdeedu svn module and as expected, there were no errors. Also I marked the review request as 'discarded'. -- Daniel E. Moctezuma >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: CMake error when compiling

2011-01-21 Thread Daniel E. Moctezuma
Thanks Raphael, those *.cmake files were well documented and helped me to understand. -- Daniel E. Moctezuma >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

CMake error when compiling

2011-01-21 Thread Daniel E. Moctezuma
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