From bb924ead64418638cf254b6378ca0cab54305c0a Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 19 Oct 2022 23:22:34 +0200 Subject: [PATCH] Fix cmdmodel6.rb and cmdgazebo6.rb contining the same code Signed-off-by: Silvio --- src/cmd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt index e81a98be444..f19fd0d6afb 100644 --- a/src/cmd/CMakeLists.txt +++ b/src/cmd/CMakeLists.txt @@ -49,7 +49,7 @@ install( FILES # Note that the major version of the library is included in the name. set(cmd_model_script_name "cmdmodel${PROJECT_VERSION_MAJOR}.rb") set(cmd_model_script_generated "${CMAKE_CURRENT_BINARY_DIR}/$_${cmd_model_script_name}") -set(cmd_model_script_configured "${CMAKE_CURRENT_BINARY_DIR}/${cmd_script_name}.configured") +set(cmd_model_script_configured "${CMAKE_CURRENT_BINARY_DIR}/${cmd_model_script_name}.configured") configure_file( "cmdmodel.rb.in"