diff options
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 ) |