diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-09-14 16:11:17 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-09-17 12:53:46 -0700 |
commit | 9985dd7ac5837a8ab46032c9a3aee5fc463017ca (patch) | |
tree | 3b0ad171b7751c090d0b65fb072ff5ca1030ab48 /host/examples/rfnoc-example/apps | |
parent | 0ee2a409c4796f87d2d311356b775d437a5cc102 (diff) | |
download | uhd-9985dd7ac5837a8ab46032c9a3aee5fc463017ca.tar.gz uhd-9985dd7ac5837a8ab46032c9a3aee5fc463017ca.tar.bz2 uhd-9985dd7ac5837a8ab46032c9a3aee5fc463017ca.zip |
cmake: Fix rfnoc-example (CMake paths)
This reverts part of 09d94529e, which should not have touched these
particular CMake files.
Diffstat (limited to 'host/examples/rfnoc-example/apps')
-rw-r--r-- | host/examples/rfnoc-example/apps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |