diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 13:30:01 +0000 |
commit | 3467e6464beac3a162839bf7078e22e3a74d73e7 (patch) | |
tree | 1a5d4d35d19330ac9a6e7a18732322d983953cce /ConfigureChecks.cmake | |
parent | 153897691d8aa3b17f49555de61ce694ca92fd20 (diff) | |
download | tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.tar.gz tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.zip |
[kdenetwork/kppp] added cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index df5b169f..896491f0 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,7 +9,9 @@ # ################################################# - +if( BUILD_KOPETE OR BUILD_KPPP ) + check_include_file( string.h HAVE_STRING_H ) +endif( ) # required stuff find_package( TQt ) |