diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2021-08-17 09:02:43 -0400 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-08-20 15:55:13 -0500 |
commit | 6fddabf5d83ad59618e39c14c16b26107bd1b42c (patch) | |
tree | 9341113dee0e30bbc0838fe306a16fabeeefb1f6 /host/lib/ic_reg_maps/CMakeLists.txt | |
parent | 803ca10d76a68b620d67cb53b7a7d03beefda048 (diff) | |
download | uhd-6fddabf5d83ad59618e39c14c16b26107bd1b42c.tar.gz uhd-6fddabf5d83ad59618e39c14c16b26107bd1b42c.tar.bz2 uhd-6fddabf5d83ad59618e39c14c16b26107bd1b42c.zip |
cmake: remove duplicate entry in LIBUHD_PYTHON_GEN_SOURCE
Closes: https://github.com/EttusResearch/uhd/issues/478
Diffstat (limited to 'host/lib/ic_reg_maps/CMakeLists.txt')
-rw-r--r-- | host/lib/ic_reg_maps/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/ic_reg_maps/CMakeLists.txt b/host/lib/ic_reg_maps/CMakeLists.txt index 039614c03..6a2911649 100644 --- a/host/lib/ic_reg_maps/CMakeLists.txt +++ b/host/lib/ic_reg_maps/CMakeLists.txt @@ -73,11 +73,6 @@ LIBUHD_PYTHON_GEN_SOURCE( ) LIBUHD_PYTHON_GEN_SOURCE( - ${CMAKE_CURRENT_SOURCE_DIR}/gen_max2112_regs.py - ${CMAKE_CURRENT_BINARY_DIR}/max2112_regs.hpp -) - -LIBUHD_PYTHON_GEN_SOURCE( ${CMAKE_CURRENT_SOURCE_DIR}/gen_ad9862_regs.py ${CMAKE_CURRENT_BINARY_DIR}/ad9862_regs.hpp ) |