diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2021-06-25 15:42:32 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-07-06 04:29:55 -0700 |
commit | 91a56d083afbc8792ea3ba25a6221ff39a47fdbc (patch) | |
tree | 591827aaf0d9610947996fb720b128d1c6c51d24 /host | |
parent | d922ad3d61abd8e0cfbcbf76a800093e6ba838b3 (diff) | |
download | uhd-91a56d083afbc8792ea3ba25a6221ff39a47fdbc.tar.gz uhd-91a56d083afbc8792ea3ba25a6221ff39a47fdbc.tar.bz2 uhd-91a56d083afbc8792ea3ba25a6221ff39a47fdbc.zip |
cmake: remove redundant include
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/utils/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index fb796efba..0d18945ca 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/CMakeLists.txt @@ -138,7 +138,6 @@ set_source_files_properties( ######################################################################## message(STATUS "") message(STATUS "Configuring module loading...") -include(CheckCXXSourceCompiles) set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_DL_LIBS}) CHECK_CXX_SOURCE_COMPILES(" |