mirror of
https://github.com/uclouvain/openjpeg.git
synced 2026-02-01 16:47:14 +00:00
Merge pull request #1580 from dzenanz/cmakeDeprecationWarning
Fix CMake warning: Compatibility with CMake < 3.10 will be removed
This commit is contained in:
commit
d1131e244d
@ -7,7 +7,7 @@
|
||||
# For this purpose you can define a CMake var: OPENJPEG_NAMESPACE to whatever you like
|
||||
# e.g.:
|
||||
# set(OPENJPEG_NAMESPACE "GDCMOPENJPEG")
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.5...3.31.5)
|
||||
|
||||
if(NOT OPENJPEG_NAMESPACE)
|
||||
set(OPENJPEG_NAMESPACE "OPENJPEG")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user