diff --git a/proxy/CMakeLists.txt b/proxy/CMakeLists.txt index a1ff1e492..cd3d21ba9 100755 --- a/proxy/CMakeLists.txt +++ b/proxy/CMakeLists.txt @@ -21,4 +21,4 @@ ExternalProject_Add( INSTALL_COMMAND "" LOG_BUILD ON) -install(PROGRAMS target/debug/proxy DESTINATION bin) +install(PROGRAMS target/release/proxy DESTINATION bin)