diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-07-07 22:09:58 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-07-07 22:09:58 +0000 |
commit | fecb91c50f5a06aed686aa2b3d3158c65ca80bca (patch) | |
tree | b31679e4e50b5456c10d410cbc3c87acfed24228 /CMakeLists.txt | |
parent | 4ac89e1a560941849a0365297c11e276a421bbf4 (diff) | |
download | extra-cmake-modules-fecb91c50f5a06aed686aa2b3d3158c65ca80bca.tar.gz extra-cmake-modules-fecb91c50f5a06aed686aa2b3d3158c65ca80bca.tar.bz2 |
-make automoc4 required finally (... 4.1 is not too far away)
Alex
CCMAIL: kde-buildsystem@kde.org
CCMAIL: kretz@kde.org
svn path=/trunk/KDE/kdelibs/; revision=829250
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 84430c07..5a4b45da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ -if(NOT AUTOMOC4_EXECUTABLE) - # this is just a fallback in case automoc4 from kdesupport isn't found, Alex - add_subdirectory(automoc) -endif(NOT AUTOMOC4_EXECUTABLE) +#if(NOT AUTOMOC4_EXECUTABLE) +# # this is just a fallback in case automoc4 from kdesupport isn't found, Alex +# add_subdirectory(automoc) +#endif(NOT AUTOMOC4_EXECUTABLE) add_subdirectory(modules) |