Added CI for debian 10 and 11

This commit is contained in:
Ryzerth
2021-04-26 04:59:37 +02:00
parent 5322a4632c
commit a4ce0c8868
6 changed files with 84 additions and 6 deletions

View File

@ -79,8 +79,6 @@ else()
${VOLK_LIBRARIES}
)
message(${VOLK_LIBRARIES})
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
target_link_libraries(sdrpp_core PUBLIC stdc++fs)
endif ()