blob: afdd8400296215b8f426a809c90b27464b34a350 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/cmake/Modules/CMakeRC.cmake b/cmake/Modules/CMakeRC.cmake
index ce6d8fb..ba3c668 100644
--- a/cmake/Modules/CMakeRC.cmake
+++ b/cmake/Modules/CMakeRC.cmake
@@ -60,7 +60,7 @@ endif()
set(_version 2.0.0)
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.10)
include(CMakeParseArguments)
if(COMMAND cmrc_add_resource_library)
diff --git a/include/uhd/features/ref_clk_calibration_iface.hpp b/include/uhd/features/ref_clk_calibration_iface.hpp
index 86a2005..0408489 100644
|