summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@oath.com>2018-10-03 15:09:31 +0200
committerArnstein Ressem <aressem@oath.com>2018-10-03 15:09:31 +0200
commitb576328413836b1d99a66b69c97b92736aad7ef1 (patch)
tree933d588b07514c9ac61de554efd0bff8606406a5 /CMakeLists.txt
parent8e6b72582030d94eef2db88d0e0880d61af22ad6 (diff)
Rename function to match variable name.
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")