From a3ecfe6ef19c8496ebf8239a8eb15184cf9ee04d Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Thu, 20 Dec 2018 16:21:56 +0800 Subject: [PATCH] update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bfe608..e93cbb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,4 +102,4 @@ else() target_link_libraries(lan-play uv pthread) endif() -INSTALL(TARGETS lan-play RUNTIME DESTINATION /usr/bin) +INSTALL(TARGETS lan-play RUNTIME DESTINATION bin)