From 26ef785827a9ac4bc2c99d756a9969e3abfb3a13 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 19 Oct 2021 08:41:53 -0700 Subject: [PATCH] Remove spammy CMake message (#142) Signed-off-by: Louise Poubel --- src/cmd/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt index e561d0f7..337aafa8 100644 --- a/src/cmd/CMakeLists.txt +++ b/src/cmd/CMakeLists.txt @@ -85,8 +85,6 @@ set(cmd_script_configured "${cmd_script_generated}.configured") # within the install directory structure. set(launch_exe_location "../../../${CMAKE_INSTALL_LIBDIR}/ignition/${IGN_DESIGNATION}${PROJECT_VERSION_MAJOR}/$") -message("launch_exe_location " ${launch_exe_location}) - configure_file( "cmd${IGN_DESIGNATION}.rb.in" "${cmd_script_configured}"