Skip to content
Snippets Groups Projects
Commit 502a649f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build/cmake: use max version for cmake_minimum_required

parent 12a52c78
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required (VERSION 3.10)
if(POLICY CMP0065)
cmake_policy(SET CMP0065 NEW)
endif()
if(POLICY CMP0069)
cmake_policy(SET CMP0069 NEW)
endif()
cmake_minimum_required (VERSION 3.10..3.20)
if(POLICY CMP0073)
cmake_policy(SET CMP0073 NEW)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment