mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-05 02:58:16 +00:00
Remove line that was causing random fails in parallel compilations
in Mac OS X
This commit is contained in:
parent
a09f3e138f
commit
99d6ce9ba7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user