aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
commit918de40ce6e48549427e49bb33dade4b6405c52e (patch)
treee6dbb302306170f4f183f118fb820efe4f168a99 /CMakeLists.txt
parent471ca26b077dc4d9b8d709f51071e8fe66347540 (diff)
Fix directories.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb809917a12..f7752d5915e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,9 +111,6 @@ add_subdirectory(vespalog)
add_subdirectory(vespamalloc)
add_subdirectory(vsm)
add_subdirectory(zkfacade)
-# Note: Change when cmake gets proper post-install support.
-# Post installation steps are run from dist subdirectory which needs to be the last add_subdirectory(...) call in this file.
-add_subdirectory(dist)
# Create module targets with name ${MODULE}+module depending on every target defined within that module
__create_module_targets(TARGETS "module")