diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2015-03-30 16:15:16 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-03-30 16:15:16 +0200 |
commit | 1ef31a43f8695c83b21657e90e1c012f57c420fc (patch) | |
tree | 1ce56f8c18c680d30ec5679210a96ec9c0f7719c /gr-digital/lib/CMakeLists.txt | |
parent | e3df182e07b2982da5e7fd0244726a8d5e0c5400 (diff) |
cmake: abs path for external volk
Diffstat (limited to 'gr-digital/lib/CMakeLists.txt')
-rw-r--r-- | gr-digital/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/CMakeLists.txt b/gr-digital/lib/CMakeLists.txt index b3f5ee7761..677a8d9332 100644 --- a/gr-digital/lib/CMakeLists.txt +++ b/gr-digital/lib/CMakeLists.txt @@ -132,7 +132,7 @@ IF(MSVC) ENDIF(MSVC) list(APPEND digital_libs - volk + ${VOLK_LIBRARIES} gnuradio-runtime gnuradio-filter gnuradio-blocks |