Skip to content

Commit f2ea410

Browse files
authored
correctly parse the arguments to import_standalone_asio cmake function
1 parent b9fa0dc commit f2ea410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/import_standalone_asio.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function(import_standalone_asio)
1111
set(options "")
1212
set(args TAG VERSION)
1313
set(multi_args "")
14-
cmake_parse_arguments(IMPORT_STANDALONE_ASIO "${options}" "${args}" "${multi_args}")
14+
cmake_parse_arguments(IMPORT_STANDALONE_ASIO "${options}" "${args}" "${multi_args}" ${ARGN})
1515

1616
CPMAddPackage("gh:chriskohlhoff/asio#${IMPORT_STANDALONE_ASIO_TAG}@${IMPORT_STANDALONE_ASIO_VERSION}")
1717

0 commit comments

Comments
 (0)