diff --git a/CMakeLists.txt b/CMakeLists.txt index 0655ce0..ea513cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,4 +31,4 @@ ADD_EXECUTABLE(ztp_client ${ZTP_SRC} ztp_main.c) INCLUDE_DIRECTORIES("./include") -#INSTALL(TARGETS ztp_client RUNTIME DESTINATION bin) \ No newline at end of file +INSTALL(TARGETS ztp_client RUNTIME DESTINATION usr/bin) \ No newline at end of file