File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
22
3- # Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24:
4- if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0" )
5- cmake_policy (SET CMP0135 NEW)
6- endif ()
7-
83# Adapt compiler flags if using Conda compiler packages. Before project so they are not modified.
94include (cmake/Conda.cmake)
105
Original file line number Diff line number Diff line change 55# Based and fetch content, it avoids using `add_subdirectory` which exposes other project
66# targets and errors as part of this project.
77
8+ # Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24:
9+ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0" )
10+ cmake_policy (SET CMP0135 NEW)
11+ endif ()
812
913include (FetchContent)
1014
You can’t perform that action at this time.
0 commit comments