Advertisement
Guest User

CubicSDR

a guest
Oct 7th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.34 KB | None | 0 0
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 4d37b59..218123d 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -182,6 +182,7 @@ SET(OTHER_LIBRARIES ${SOAPY_SDR_LIBRARY} ${OTHER_LIBRARIES})
  6.  ADD_DEFINITIONS(
  7.      -DUSE_SOAPY_SDR=1
  8.  )
  9. +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -latomic")
  10.  
  11.  IF (WIN32)
  12.      set(wxWidgets_USE_STATIC ON)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement