From 7a062a181ae1a0270408fff594d18a4c2dc3c009 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 21 May 2019 11:33:10 -0700 Subject: 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. --- host/cmake/Modules/UHDGlobalDefs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/cmake/Modules/UHDGlobalDefs.cmake') 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) -- cgit v1.2.3