From 4cd494bbf849ffbe3be5b4eac23aa5b55ebfbb07 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 27 Feb 2018 20:33:29 +0100 Subject: Slight changes to CMake file and libosmocoding file (include change) --- lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ebe685e..253353b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -90,7 +90,8 @@ endif() add_library(grgsm SHARED ${grgsm_sources}) target_link_libraries(grgsm ${grgsm_link_libraries} #${LIBOSMOCORE_LIBRARIES} -# ${LIBOSMOCODEC_LIBRARIES} ${LIBOSMOCORE_LIBRARIES} ${LIBOSMOCODING_LIBRARIES} +# ${LIBOSMOCODEC_LIBRARIES} +# ${LIBOSMOCODING_LIBRARIES} # libraries required by plotting.h - have troubles to be installed by pybombs # boost_iostreams # boost_system -- cgit v1.2.3