mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-15 04:08:51 -04:00
Fix missing endif
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user