From 9985dd7ac5837a8ab46032c9a3aee5fc463017ca Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 14 Sep 2021 16:11:17 +0200 Subject: cmake: Fix rfnoc-example (CMake paths) This reverts part of 09d94529e, which should not have touched these particular CMake files. --- host/examples/rfnoc-example/apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples/rfnoc-example/apps') diff --git a/host/examples/rfnoc-example/apps/CMakeLists.txt b/host/examples/rfnoc-example/apps/CMakeLists.txt index ea9dafd71..bca9336ce 100644 --- a/host/examples/rfnoc-example/apps/CMakeLists.txt +++ b/host/examples/rfnoc-example/apps/CMakeLists.txt @@ -20,7 +20,7 @@ endif(MSVC) find_package(Boost 1.65 REQUIRED ${BOOST_REQUIRED_COMPONENTS}) include_directories( - ${UHD_SOURCE_DIR}/include + ${CMAKE_SOURCE_DIR}/include ) add_executable(init_gain_block -- cgit v1.2.3