Skip to content

Commit

Permalink
Set the policy CMP0144 to suppress a cmake warning from 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Dec 6, 2023
1 parent bc14d8d commit 5f57774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ cmake_policy(VERSION 3.18)
pika_set_cmake_policy(CMP0042 NEW)
pika_set_cmake_policy(CMP0060 NEW)
pika_set_cmake_policy(CMP0074 NEW)
pika_set_cmake_policy(CMP0144 NEW)

# We save the passed compiler flag to a special variable. This is needed for our
# build system unit tests. Some flags might influence the created symbols
Expand Down

0 comments on commit 5f57774

Please sign in to comment.