Fix linking of portaudio library.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 16 Jun 2014 17:58:16 +0000 (17:58 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 16 Jun 2014 17:58:16 +0000 (17:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1656 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/CMakeLists.txt

index b95b7746d6d6bc81ab96ce9e63dd898c0bcec538..3d503b23d8132fc40d096e70dfb2a12e65027008 100644 (file)
@@ -226,7 +226,7 @@ if(NOT USE_STATIC_PORTAUDIO)
     message(STATUS "Looking for portaudio...")
 find_package(Portaudio REQUIRED)
 if(PORTAUDIO_FOUND AND ${PORTAUDIO_VERSION} EQUAL 19)
-    list(APPEND FREEDV_LINK_LIBRARIES ${PORTAUDIO_LIBRARIES})
+    list(APPEND FREEDV_LINK_LIBS ${PORTAUDIO_LIBRARIES})
     include_directories(${PORTAUDIO_INCLUDE_DIRS})
 else()
     message(WARNING "Portaudio versions other than 19 are known to have issues. You have been warned!")