1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 05:53:16 +00:00

Remove line that was causing random fails in parallel compilations

in Mac OS X
This commit is contained in:
Carles Fernandez 2016-05-05 18:02:03 +02:00
parent a09f3e138f
commit 99d6ce9ba7

View File

@ -58,7 +58,6 @@ if(ENABLE_STATIC_LIBS)
if(NOT APPLE)
set_target_properties(volk_gnsssdr_profile PROPERTIES LINK_FLAGS "-static")
endif(NOT APPLE)
add_dependencies(volk_gnsssdr_profile volk_gnsssdr)
else(ENABLE_STATIC_LIBS)
target_link_libraries(volk_gnsssdr_profile volk_gnsssdr ${Boost_LIBRARIES} ${Clang_required_link} ${orc_lib})
add_dependencies(volk_gnsssdr_profile volk_gnsssdr)