diff options
-rw-r--r-- | ConfigureChecks.cmake | 9 | ||||
m--------- | cmake | 0 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ce92731a..d78e05db 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,6 +9,11 @@ # ################################################# +# required stuff +tde_setup_architecture_flags( ) +find_package( TQt ) +find_package( TDE ) + ##### check for gcc visibility support ######### # FIXME # This should check for [T]Qt3 visibility support @@ -27,10 +32,6 @@ if( BUILD_KOPETE OR BUILD_KPPP ) check_include_file( string.h HAVE_STRING_H ) endif( ) -# required stuff -find_package( TQt ) -find_package( TDE ) - if( WITH_SLP ) check_library_exists( slp "SLPOpen" "" HAVE_SLP ) if( HAVE_SLP ) diff --git a/cmake b/cmake -Subproject 08c6f54d6f80554caa671847417cf04326adb63 +Subproject 47d775518c382c77f663a70bb23fad93e681009 |