summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0466e97ec4f..6e9ef34c3c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,8 +118,8 @@ add_subdirectory(vespamalloc)
add_subdirectory(vsm)
add_subdirectory(zkfacade)
-# Add any auxilliary projects
-add_auxilliary_modules()
+# Add any extra projects
+add_extra_projects()
# Create module targets with name ${MODULE}+module depending on every target defined within that module
__create_module_targets(TARGETS "module")