From 626a939d3cf17ecd14ef3f85dc63beeac3cae3ab Mon Sep 17 00:00:00 2001 From: srcejon Date: Thu, 12 Sep 2024 08:44:38 +0100 Subject: [PATCH] Fix missing endif --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 539496aa5..1dcf8ecff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1053,6 +1053,7 @@ endif() ############ install ################## if (BUILD_BENCH) install(TARGETS sdrangelbench DESTINATION ${INSTALL_BIN_DIR}) +endif() if (BUILD_GUI) install(TARGETS ${CMAKE_PROJECT_NAME} DESTINATION ${INSTALL_BIN_DIR}) endif()