summaryrefslogtreecommitdiffstats
path: root/base/CMakeLists.txt
diff options
context:
space:
mode:
authorroot <root@unused-16-131.sjc.redhat.com>2014-09-23 16:49:08 -0700
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2014-09-30 10:31:13 -0700
commit0bbe59e0d52b3e473169d8588642bbab7f789dd0 (patch)
treee8fd1667ca864766a7983737048dc39919a0d9ea /base/CMakeLists.txt
parent0bce20a04e06bfdf5317735da0f347d57afc5aa4 (diff)
downloadpki-0bbe59e0d52b3e473169d8588642bbab7f789dd0.tar.gz
pki-0bbe59e0d52b3e473169d8588642bbab7f789dd0.tar.xz
pki-0bbe59e0d52b3e473169d8588642bbab7f789dd0.zip
Remove 'pki-migrate' code
- PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
Diffstat (limited to 'base/CMakeLists.txt')
-rw-r--r--base/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 4edc0680c..a872959bf 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -44,8 +44,3 @@ if (APPLICATION_FLAVOR_PKI_CONSOLE)
add_subdirectory(test)
add_subdirectory(console)
endif (APPLICATION_FLAVOR_PKI_CONSOLE)
-
-if (APPLICATION_FLAVOR_PKI_MIGRATE)
- add_subdirectory(test)
- add_subdirectory(migrate)
-endif (APPLICATION_FLAVOR_PKI_MIGRATE)