Skip to content

Commit b83f481

Browse files
committed
cmake fixtypo
1 parent 4a2d753 commit b83f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# currently can't use the target_sources(FILE_SET) 😔
66
# Minimum version must always correspond to the version that is in the latest Ubuntu LTS
77
# TODO use LINKER_TYPE target property when min. version will be CMake v3.29 (Noble has 3.28.3 😭) silverqx
8-
# TODO use CMAKE_COMPILE_WARNING_AS_ERROR when Ubuntu 24.0.1 will be out, in increases minimum version to CMake v3.24 silverqx
8+
# TODO use CMAKE_COMPILE_WARNING_AS_ERROR when Ubuntu 24.04.1 will be out, in increases minimum version to CMake v3.24 silverqx
99
cmake_minimum_required(VERSION 3.22...3.30 FATAL_ERROR)
1010

1111
list(APPEND CMAKE_MODULE_PATH

0 commit comments

Comments
 (0)