summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-15 18:25:19 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-15 18:25:19 +0000
commit342e55467d1ec4e8bf8783396183c227efd92957 (patch)
treedae54126fd423c803444cec4e50e308f9e606050
parent4eb340f04c965b67c95fc37c60beaa2f7959e342 (diff)
downloadarts-342e5546.tar.gz
arts-342e5546.zip
[dependencies/arts] include CheckCXXSourceCompiles
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1214641 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d794ecf..ea002e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -169,6 +169,8 @@ endif( GLIB2_FOUND )
##### check for Qt3 and TQt #####################
+include( CheckCXXSourceCompiles )
+
find_package( Qt )
find_package( TQt )