Skip to content

Commit

Permalink
[video_player] change binary name (#34)
Browse files Browse the repository at this point in the history
Changed the binary name to match the project name.
  • Loading branch information
Hidenori Matsubayashi authored Aug 19, 2021
1 parent 72ce4f3 commit 86271d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/video_player/example/elinux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 86271d8

Please sign in to comment.