Skip to content

Commit

Permalink
Fix missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Sep 12, 2024
1 parent 1df07b2 commit 626a939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 626a939

Please sign in to comment.