1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix missing endif

This commit is contained in:
srcejon 2024-09-12 08:44:38 +01:00 committed by f4exb
parent e277ed0736
commit dbb8292ed3

View File

@ -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()