aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDGlobalDefs.cmake
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-05-21 11:33:10 -0700
committerMartin Braun <martin.braun@ettus.com>2019-05-22 15:34:52 -0700
commit7a062a181ae1a0270408fff594d18a4c2dc3c009 (patch)
treed6c02c8dfe07aa32a4791e7d001a6caeeda96c8c /host/cmake/Modules/UHDGlobalDefs.cmake
parent8081105e24506bea347fceb417dae606808316c4 (diff)
downloaduhd-7a062a181ae1a0270408fff594d18a4c2dc3c009.tar.gz
uhd-7a062a181ae1a0270408fff594d18a4c2dc3c009.tar.bz2
uhd-7a062a181ae1a0270408fff594d18a4c2dc3c009.zip
cmake: Remove superfluous modules
CMakeParseArgumentsCopy, CMakeCheckCXXSymbolExists, and CMakeCheckSymbolExists were backported from when we required CMake 2.8. No longer required since we require CMake 3.5.1.
Diffstat (limited to 'host/cmake/Modules/UHDGlobalDefs.cmake')
-rw-r--r--host/cmake/Modules/UHDGlobalDefs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDGlobalDefs.cmake b/host/cmake/Modules/UHDGlobalDefs.cmake
index 385679258..a10d256b5 100644
--- a/host/cmake/Modules/UHDGlobalDefs.cmake
+++ b/host/cmake/Modules/UHDGlobalDefs.cmake
@@ -7,7 +7,7 @@
# This file sets up all the stuff for the config.h file
-include(CheckCXXSymbolExistsCopy)
+include(CheckCXXSymbolExists)
## Macros for the version number
if(UHD_VERSION_DEVEL)