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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | vcs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 ) |