Removed redundant "gnuradio" from the grgsm library's name

This commit is contained in:
Piotr Krysik 2016-02-17 12:11:02 +01:00
parent 5c7a578e4f
commit 89cac10318
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ FIND_PATH(
FIND_LIBRARY(
GR_GSM_LIBRARIES
NAMES gnuradio-grgsm
NAMES grgsm
HINTS $ENV{GR_GSM_DIR}/lib
${PC_GR_GSM_LIBDIR}
PATHS ${CMAKE_INSTALL_PREFIX}/lib

View File

@ -40,8 +40,9 @@ ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
foreach(incdir ${GNURADIO_RUNTIME_INCLUDE_DIRS})
list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gnuradio/swig)
endforeach(incdir)
list(APPEND GR_SWIG_INCLUDE_DIRS ${FFTW3F_INCLUDE_DIRS})
set(GR_SWIG_LIBRARIES gnuradio-grgsm)
set(GR_SWIG_LIBRARIES grgsm)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/grgsm_swig_doc.i)
set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include)