Skip to content

Commit 6e098e3

Browse files
pdietljserv
authored andcommitted
Increase minimum required CMake version
At least as of CMake 3.28.3, it warns that support for CMake versions less than 3.5 will be removed soon, quote: > CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Signed-off-by: Jim Huang <jserv@ccns.ncku.edu.tw>
1 parent d37ad90 commit 6e098e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ set(CPACK_SOURCE_IGNORE_FILES
6969
".*~$"
7070
)
7171
set(CPACK_VERBATIM_VARIABLES YES)
72-
include(CPack)
72+
include(CPack)

0 commit comments

Comments
 (0)