mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Fix missing init of oneValueArgs variable
NO_CHANGELOG
This commit is contained in:
parent
5e59d950bd
commit
83374f390e
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
function(kimageformats_add_plugin plugin)
|
function(kimageformats_add_plugin plugin)
|
||||||
set(options)
|
set(options)
|
||||||
|
set(oneValueArgs)
|
||||||
set(multiValueArgs SOURCES)
|
set(multiValueArgs SOURCES)
|
||||||
cmake_parse_arguments(KIF_ADD_PLUGIN "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
cmake_parse_arguments(KIF_ADD_PLUGIN "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
||||||
if(NOT KIF_ADD_PLUGIN_SOURCES)
|
if(NOT KIF_ADD_PLUGIN_SOURCES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user