Skip to content

Commit

Permalink
Merge pull request #885 from aurianer/set_cmake_policy
Browse files Browse the repository at this point in the history
Set cmake policy CMP0144 to suppress warning
  • Loading branch information
msimberg authored Dec 7, 2023
2 parents bc14d8d + 5f57774 commit e71112a
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 e71112a

Please sign in to comment.