From f9c3650a31183c56b7613b074e8c11680317eb89 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 8 Oct 2025 10:28:39 -0400 Subject: Add frequency modulation option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c564c75..35c254f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 2.8...3.12) project(mmband VERSION 0.1) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -- cgit v1.2.3