mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-30 10:54:50 +00:00
Clean Mavericks configuration
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@439 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
0c758aa5a3
commit
5b2abb62c2
@ -36,7 +36,7 @@ add_definitions( -DGNSS_SDR_VERSION="${VERSION}" )
|
|||||||
if(OS_IS_MACOSX)
|
if(OS_IS_MACOSX)
|
||||||
if (MACOSX_MAVERICKS)
|
if (MACOSX_MAVERICKS)
|
||||||
link_directories( /opt/local/lib /usr/local/lib) # Not very elegant, to be fixed
|
link_directories( /opt/local/lib /usr/local/lib) # Not very elegant, to be fixed
|
||||||
set(MAC_LIBRARIES "-stdlib=libc++ -std=c++11 -lgnuradio-runtime -lgnuradio-pmt -lgnuradio-blocks -lgnuradio-fft -lgnuradio-filter -lgnuradio-uhd ${GFlags_LIBS} ${GLOG_LIBRARIES}")
|
set(MAC_LIBRARIES "-stdlib=libc++ -std=c++11 -framework Accelerate")
|
||||||
else(MACOSX_MAVERICKS)
|
else(MACOSX_MAVERICKS)
|
||||||
link_directories( /opt/local/lib ) # Not very elegant, to be fixed
|
link_directories( /opt/local/lib ) # Not very elegant, to be fixed
|
||||||
set(MAC_LIBRARIES "-lstdc++")
|
set(MAC_LIBRARIES "-lstdc++")
|
||||||
|
Loading…
Reference in New Issue
Block a user