We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7472693 commit d8e2729Copy full SHA for d8e2729
src/user_types/CMakeLists.txt
@@ -5,6 +5,6 @@ macro(USER_TYPE_PLUGIN PLUGIN_NAME SRCS)
5
install(TARGETS ${PLUGIN_NAME} DESTINATION ${USER_TYPES_PLUGINS_DIR_MACRO})
6
endmacro(USER_TYPE_PLUGIN)
7
8
-foreach(USER_TYPE ${USER_TYPES_LIST})
+foreach(USER_TYPE ${USER_TYPE_LIST})
9
USER_TYPE_PLUGIN(${USER_TYPE} "${USER_TYPE}.c")
10
endforeach()
0 commit comments