From 8011677f1ef7ae8ff451374655a00d754a1d8926 Mon Sep 17 00:00:00 2001 From: livox Date: Sun, 5 May 2019 20:33:14 +0800 Subject: [PATCH] Update CMakeLists.txt --- livox_ros_driver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livox_ros_driver/CMakeLists.txt b/livox_ros_driver/CMakeLists.txt index e1dd543..a7e3c25 100755 --- a/livox_ros_driver/CMakeLists.txt +++ b/livox_ros_driver/CMakeLists.txt @@ -199,7 +199,7 @@ if((NOT LIVOX_SDK_LIBRARY) OR (NOT EXISTS ${LIVOX_SDK_LIBRARY})) # MESSAGE(${res}) #ENDFOREACH() - execute_process(COMMAND git clone https://github.com/Livox-SDK/Livox-SDK.git ${CMAKE_CURRENT_SOURCE_DIR}/Livox-SDK) + execute_process(COMMAND git clone https://github.com/Livox-SDK/Livox-SDK.git ${CMAKE_CURRENT_SOURCE_DIR}/Livox-SDK OUTPUT_VARIABLE cmd_res) FOREACH(res ${cmd_res}) MESSAGE(${res}) ENDFOREACH()