Fix macro target_create_scripts
This commit is contained in:
parent
b0b12c2cc7
commit
c6586cf164
|
@ -48,8 +48,8 @@ endmacro()
|
|||
# [BIN_DIR bin_dir]
|
||||
# [DLL_SEARCH_PATHS path1 path2 ...])
|
||||
macro(target_create_scripts NAME)
|
||||
set(options BIN_DIR)
|
||||
set(oneValueArgs)
|
||||
set(options)
|
||||
set(oneValueArgs BIN_DIR)
|
||||
set(multiValueArgs DLL_SEARCH_PATHS)
|
||||
cmake_parse_arguments(THIS "${options}" "${oneValueArgs}"
|
||||
"${multiValueArgs}" ${ARGN})
|
||||
|
|
Loading…
Reference in New Issue
Block a user