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/lib/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/examples/rfnoc-example/lib') diff --git a/host/examples/rfnoc-example/lib/CMakeLists.txt b/host/examples/rfnoc-example/lib/CMakeLists.txt index 8b447723d..45b5c9b03 100644 --- a/host/examples/rfnoc-example/lib/CMakeLists.txt +++ b/host/examples/rfnoc-example/lib/CMakeLists.txt @@ -23,10 +23,10 @@ endif() # Setup the include and linker paths ######################################################################## include_directories( - ${UHD_SOURCE_DIR}/lib - ${UHD_SOURCE_DIR}/include - ${UHD_BINARY_DIR}/lib - ${UHD_BINARY_DIR}/include + ${CMAKE_SOURCE_DIR}/lib + ${CMAKE_SOURCE_DIR}/include + ${CMAKE_BINARY_DIR}/lib + ${CMAKE_BINARY_DIR}/include ${UHD_INCLUDE_DIRS} ${Boost_INCLUDE_DIR} ) -- cgit v1.2.3