From: Soeren Apel Date: Thu, 15 May 2025 16:19:24 +0000 (+0200) Subject: CMakeLists.txt: Fix the version for the manual, too X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e2fe9dfb91c7de85c410922ee9268c3f526bcc54;p=pulseview.git CMakeLists.txt: Fix the version for the manual, too --- diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index 3b881a56..d6c54d61 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 2.8.12...3.31.5) project(PV_MANUAL)