We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e279907 commit 293ca0cCopy full SHA for 293ca0c
CMakeLists.txt
@@ -1,5 +1,4 @@
1
-cmake_minimum_required(VERSION 3.19...3.29)
2
-# 3.15+ for COMPILE_LANGAGE multiple languages, COMPILE_LANG_AND_ID
+cmake_minimum_required(VERSION 3.19...3.30)
3
# 3.19 for CheckSourceCompiles
4
5
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
@@ -15,6 +14,8 @@ enable_testing()
15
14
16
include(CheckSourceCompiles)
17
+set(CMAKE_CXX_SCAN_FOR_MODULES OFF)
18
+# This project isn't using C++ modules; avoid bugs in module scanning CMake 3.28, 3.29 with GCC >= 14.
19
20
set(CMAKE_C_STANDARD 99)
21
0 commit comments