summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2019-01-30 15:49:23 -0500
committerBrent Stapleton <brent.stapleton@ettus.com>2019-01-30 18:39:35 -0800
commit1223294e532b9452aef0942feb44389369317c6e (patch)
treea84894867b2ef5683234be5f98834b229bbbd913
parenttools: Make the UHD source gen a plugin for the phase alignment test (diff)
downloaduhd-1223294e532b9452aef0942feb44389369317c6e.tar.xz
uhd-1223294e532b9452aef0942feb44389369317c6e.zip
cmake: fix variable usage
-rw-r--r--host/tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt
index 01076540d..e2bd5588a 100644
--- a/host/tests/CMakeLists.txt
+++ b/host/tests/CMakeLists.txt
@@ -15,8 +15,7 @@ include(UHDUnitTest)
########################################################################
set(test_common_SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/common)
add_subdirectory(common)
-link_directories(test_common_SOURCEDIR)
-
+link_directories(${test_common_SOURCEDIR})
########################################################################
# unit test suite