Skip to content

Commit

Permalink
Add a minimum required to avoid policy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Oct 21, 2024
1 parent 565525f commit 4a32c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
cmake_minimum_required(VERSION 3.22)
project(test-installed-ddc LANGUAGES CXX)

cmake_policy(SET CMP0074 NEW)

find_package(DDC REQUIRED)

message("DDC options:")
Expand Down

0 comments on commit 4a32c9e

Please sign in to comment.