1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-13 05:37:20 +00:00

Fix dependency name for multithreaded built

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@466 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2013-12-20 00:31:09 +00:00
parent 71fcd899a4
commit 7fac9f9507
9 changed files with 9 additions and 9 deletions

View File

@@ -30,4 +30,4 @@ include_directories(
)
add_library(resampler_gr_blocks ${RESAMPLER_GR_BLOCKS_SOURCES})
add_dependencies(resampler_gr_blocks glog-${GLOG_RELEASE})
add_dependencies(resampler_gr_blocks glog-${glog_RELEASE})