summaryrefslogtreecommitdiff
path: root/cmake/CommonAPIGenerator.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CommonAPIGenerator.cmake')
-rwxr-xr-xcmake/CommonAPIGenerator.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CommonAPIGenerator.cmake b/cmake/CommonAPIGenerator.cmake
index e828f09..4fbba6a 100755
--- a/cmake/CommonAPIGenerator.cmake
+++ b/cmake/CommonAPIGenerator.cmake
@@ -139,7 +139,7 @@ IF(COMMON_API_FOUND AND COMMON_API_DBUS_FOUND)
SEARCH_FOR_COMMON_API_GEN_FILES(${TEMP_GEN_DST})
endmacro()
- function(COMMON_API_GENERATE_SOUCRES)
+ function(COMMON_API_GENERATE_SOURCES)
#parse the input parameters
set(options DBUS)
set(oneValueArgs TARGET DESTINATION ALT_DESTINATION HEADER_TEMPLATE)