aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
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 /functions.cmake
parent8e6b72582030d94eef2db88d0e0880d61af22ad6 (diff)
Rename function to match variable name.
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.cmake b/functions.cmake
index 2903688573d..6a1eb1906df 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -562,7 +562,7 @@ function(install_symlink TARGET LINK)
install(CODE "execute_process(COMMAND ln -sf ${CMAKE_INSTALL_PREFIX}/${TARGET} \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/${LINK})")
endfunction(install_symlink)
-function(add_auxilliary_modules)
+function(add_extra_projects)
if(EXTRA_PROJECTS)
foreach(PROJECT ${EXTRA_PROJECTS})
get_filename_component(RELDIR ${PROJECT} NAME)