From 86271d86b889e25b7790ac273bd43c7990379b54 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 19 Aug 2021 09:46:12 +0900 Subject: [PATCH] [video_player] change binary name (#34) Changed the binary name to match the project name. --- packages/video_player/example/elinux/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/video_player/example/elinux/CMakeLists.txt b/packages/video_player/example/elinux/CMakeLists.txt index d29b114..7de4156 100644 --- a/packages/video_player/example/elinux/CMakeLists.txt +++ b/packages/video_player/example/elinux/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) project(runner LANGUAGES CXX) -set(BINARY_NAME "video_player_elinux_example") +set(BINARY_NAME "video_player_example") cmake_policy(SET CMP0063 NEW)