Skip to content

Commit

Permalink
Merge pull request #101 from israelidanny/patch-1
Browse files Browse the repository at this point in the history
Add CMP0063 policy
  • Loading branch information
saprykin authored Oct 12, 2023
2 parents cc9ca5c + 5a9d089 commit 67947d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ set (CMAKE_LEGACY_CYGWIN_WIN32 0)
cmake_minimum_required (VERSION 2.8.0...3.25.1)
project (plibsys C)

# Introduced in CMake 3.3, may produce warnings with CMake < 3.12
if (POLICY CMP0063)
cmake_policy (SET CMP0063 NEW)
endif()

set (PLIBSYS_VERSION_MAJOR 0)
set (PLIBSYS_VERSION_MINOR 0)
set (PLIBSYS_VERSION_PATCH 4)
Expand Down

0 comments on commit 67947d2

Please sign in to comment.