diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-22 21:33:37 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-22 21:33:37 +0000 |
commit | 87b2ea0ac1d482adee9e36165211d09d7e8a602c (patch) | |
tree | a67e69523e57a9f5ab8afb0276b753eab060806b /kandy | |
parent | 75f32756ec8e53a0f254866c0d7120b078ce3b6e (diff) | |
download | tdepim-87b2ea0ac1d482adee9e36165211d09d7e8a602c.tar.gz tdepim-87b2ea0ac1d482adee9e36165211d09d7e8a602c.zip |
[kdepim] cmake port for kmobile, kitchensync, and doc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225672 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kandy')
-rw-r--r-- | kandy/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kandy/ConfigureChecks.cmake | 18 |
2 files changed, 0 insertions, 20 deletions
diff --git a/kandy/CMakeLists.txt b/kandy/CMakeLists.txt index ff11f9fa2..3500f6d72 100644 --- a/kandy/CMakeLists.txt +++ b/kandy/CMakeLists.txt @@ -9,7 +9,5 @@ # ################################################# -include( ConfigureChecks.cmake ) - add_subdirectory( src ) add_subdirectory( profiles ) diff --git a/kandy/ConfigureChecks.cmake b/kandy/ConfigureChecks.cmake deleted file mode 100644 index 296191f27..000000000 --- a/kandy/ConfigureChecks.cmake +++ /dev/null @@ -1,18 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -check_include_file( "lockdev.h" HAVE_LOCKDEV_H ) -if( HAVE_LOCKDEV_H ) - check_library_exists( lockdev dev_unlock "" HAVE_LOCKDEV ) - if( HAVE_LOCKDEV ) - set( LOCKDEV_LIBRARY lockdev CACHE INTERNAL "" FORCE ) - endif( ) -endif( ) |