From dbb8292ed3c39fe37bd0b3100d763910cf61a96b 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 2bf4112b2..e3299f6ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1063,6 +1063,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()