We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import_standalone_asio
1 parent b9fa0dc commit f2ea410Copy full SHA for f2ea410
cmake/import_standalone_asio.cmake
@@ -11,7 +11,7 @@ function(import_standalone_asio)
11
set(options "")
12
set(args TAG VERSION)
13
set(multi_args "")
14
- cmake_parse_arguments(IMPORT_STANDALONE_ASIO "${options}" "${args}" "${multi_args}")
+ cmake_parse_arguments(IMPORT_STANDALONE_ASIO "${options}" "${args}" "${multi_args}" ${ARGN})
15
16
CPMAddPackage("gh:chriskohlhoff/asio#${IMPORT_STANDALONE_ASIO_TAG}@${IMPORT_STANDALONE_ASIO_VERSION}")
17
0 commit comments