diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-21 00:01:25 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-21 00:01:25 +0000 |
commit | 0358575487235c36da305e7c72f2e567340e041c (patch) | |
tree | 63389873a68655adb29385a5cc25a29624fb85bb /vcs | |
parent | c0183f5dc9ab729936e3e6a392feafb260fae817 (diff) | |
download | tdevelop-0358575487235c36da305e7c72f2e567340e041c.tar.gz tdevelop-0358575487235c36da305e7c72f2e567340e041c.zip |
[kdevelop] sync with new cmake macros
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1228608 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs')
-rw-r--r-- | vcs/CMakeLists.txt | 2 | ||||
-rw-r--r-- | vcs/cvsservice/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcs/CMakeLists.txt b/vcs/CMakeLists.txt index 8ec61b98..c2112360 100644 --- a/vcs/CMakeLists.txt +++ b/vcs/CMakeLists.txt @@ -10,6 +10,6 @@ ################################################# tde_conditional_add_subdirectory( WITH_VCS_CLEARCASE clearcase ) -tde_conditional_add_subdirectory( WITH_VCS_CVSSERVICE cvsservice ) +#tde_conditional_add_subdirectory( WITH_VCS_CVSSERVICE cvsservice ) tde_conditional_add_subdirectory( WITH_VCS_PERFORCE perforce ) tde_conditional_add_subdirectory( WITH_VCS_SUBVERSION subversion ) diff --git a/vcs/cvsservice/CMakeLists.txt b/vcs/cvsservice/CMakeLists.txt index a924f251..c6e0a0b8 100644 --- a/vcs/cvsservice/CMakeLists.txt +++ b/vcs/cvsservice/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -tde_message_fatal( "csvservice is not done yet" ) +# tde_message_fatal( "csvservice is not done yet" ) add_subdirectory( integrator ) |