diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 185f883e..aaad1921 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -79,6 +79,8 @@ else() ${VOLK_LIBRARIES} ) + message(${VOLK_LIBRARIES}) + if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") target_link_libraries(sdrpp_core PUBLIC stdc++fs) endif ()