Tests/CPackComponentsForAll: Update cmake_minimum_required to 3.10
This was missed by commit 9e3b559b6a
(Tests: Update
cmake_minimum_required versions to 3.10, 2024-10-03, v3.31.0-rc1~23^2~1).
This commit is contained in:
parent
34070c3319
commit
c941f728ec
@ -7,7 +7,7 @@
|
||||
# Depending on the CPack generator and on some CPACK_xxx var values
|
||||
# the generator may produce a single (NSIS, productbuild)
|
||||
# or several package files (Archive Generators, RPM, DEB)
|
||||
cmake_minimum_required(VERSION 2.8.3.20101130 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
project(CPackComponentsForAll)
|
||||
|
||||
# Use GNUInstallDirs in order to enforce lib64 if needed
|
||||
|
Loading…
Reference in New Issue
Block a user