We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47028d commit 50b15cfCopy full SHA for 50b15cf
cmake/DeployLibs.cmake
@@ -22,7 +22,7 @@ math( EXPR arg_component_idx "${actual_args_start_idx} + 1" )
22
set( component_name ${CMAKE_ARGV${arg_component_idx}} )
23
24
math( EXPR arg_config_idx "${actual_args_start_idx} + 2" )
25
-set( config_name ${CMAKE_ARGV${arg_component_idx}} )
+set( config_name ${CMAKE_ARGV${arg_config_idx}} )
26
27
math( EXPR arg_path_list_idx "${actual_args_start_idx} + 3" )
28
set( path_list_file ${CMAKE_ARGV${arg_path_list_idx}} )
0 commit comments