mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-03-16 13:09:39 -04:00
Revert "Fix flatpak patches"
This reverts commit 50e843b952cdef4b80318ee448c0bcb8ed9341ab.
This commit is contained in:
parent
50e843b952
commit
d3b6a90045
@ -14,24 +14,20 @@ index 69e84f95d..26b2306b4 100644
|
||||
-if(CURSES_FOUND)
|
||||
- include_directories(${CURSES_INCLUDE_DIR})
|
||||
- add_executable(rx_ascii_art_dft rx_ascii_art_dft.cpp)
|
||||
- target_link_libraries(rx_ascii_art_dft
|
||||
- PUBLIC uhd ${CURSES_LIBRARIES} Boost::program_options)
|
||||
- target_link_libraries(rx_ascii_art_dft uhd ${CURSES_LIBRARIES} ${Boost_LIBRARIES})
|
||||
- UHD_INSTALL(TARGETS rx_ascii_art_dft RUNTIME DESTINATION ${PKG_LIB_DIR}/examples COMPONENT examples)
|
||||
+#if(CURSES_FOUND)
|
||||
+# include_directories(${CURSES_INCLUDE_DIR})
|
||||
+# add_executable(rx_ascii_art_dft rx_ascii_art_dft.cpp)
|
||||
+# target_link_libraries(rx_ascii_art_dft
|
||||
+# PUBLIC uhd ${CURSES_LIBRARIES} Boost::program_options)
|
||||
+# target_link_libraries(rx_ascii_art_dft uhd ${CURSES_LIBRARIES} ${Boost_LIBRARIES})
|
||||
+# UHD_INSTALL(TARGETS rx_ascii_art_dft RUNTIME DESTINATION ${PKG_LIB_DIR}/examples COMPONENT examples)
|
||||
|
||||
- add_executable(twinrx_freq_hopping twinrx_freq_hopping.cpp)
|
||||
- target_link_libraries(twinrx_freq_hopping
|
||||
- PUBLIC uhd ${CURSES_LIBRARIES} Boost::program_options)
|
||||
- target_link_libraries(twinrx_freq_hopping uhd ${CURSES_LIBRARIES} ${Boost_LIBRARIES})
|
||||
- UHD_INSTALL(TARGETS twinrx_freq_hopping RUNTIME DESTINATION ${PKG_LIB_DIR}/examples COMPONENT examples)
|
||||
-endif(CURSES_FOUND)
|
||||
+# add_executable(twinrx_freq_hopping twinrx_freq_hopping.cpp)
|
||||
+# target_link_libraries(twinrx_freq_hopping
|
||||
+# PUBLIC uhd ${CURSES_LIBRARIES} Boost::program_options)
|
||||
+# target_link_libraries(twinrx_freq_hopping uhd ${CURSES_LIBRARIES} ${Boost_LIBRARIES})
|
||||
+# UHD_INSTALL(TARGETS twinrx_freq_hopping RUNTIME DESTINATION ${PKG_LIB_DIR}/examples COMPONENT examples)
|
||||
+#endif(CURSES_FOUND)
|
||||
|
||||
|
||||
@ -38,17 +38,15 @@ index e4cd4d171..e806d8da0 100644
|
||||
- foreach(source ${sources})
|
||||
- get_filename_component(name ${source} NAME_WE)
|
||||
- add_executable(${name} ${source} ${latency_lib_path})
|
||||
- LIBUHD_APPEND_SOURCES(${name})
|
||||
- target_link_libraries(${name}
|
||||
- PUBLIC uhd Boost::program_options ${CURSES_LIBRARIES})
|
||||
- UHD_INSTALL(TARGETS ${name} RUNTIME DESTINATION ${latency_comp_dest} COMPONENT ${latency_comp_name})
|
||||
- LIBUHD_APPEND_SOURCES(${name})
|
||||
- target_link_libraries(${name} uhd ${Boost_LIBRARIES} ${CURSES_LIBRARIES})
|
||||
- UHD_INSTALL(TARGETS ${name} RUNTIME DESTINATION ${latency_comp_dest} COMPONENT ${latency_comp_name})
|
||||
- endforeach(source)
|
||||
+# foreach(source ${sources})
|
||||
+# get_filename_component(name ${source} NAME_WE)
|
||||
+# add_executable(${name} ${source} ${latency_lib_path})
|
||||
+# LIBUHD_APPEND_SOURCES(${name})
|
||||
+# target_link_libraries(${name}
|
||||
+# PUBLIC uhd Boost::program_options ${CURSES_LIBRARIES})
|
||||
+# target_link_libraries(${name} uhd ${Boost_LIBRARIES} ${CURSES_LIBRARIES})
|
||||
+# UHD_INSTALL(TARGETS ${name} RUNTIME DESTINATION ${latency_comp_dest} COMPONENT ${latency_comp_name})
|
||||
+# endforeach(source)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user