Skip to content

Commit

Permalink
minor cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich committed Jan 7, 2022
1 parent 2190224 commit 9f1fcd8
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 @@ -5,6 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10.2)
if(COMMAND cmake_policy)
CMAKE_POLICY(SET CMP0003 NEW)
CMAKE_POLICY(SET CMP0077 NEW)
CMAKE_POLICY(SET CMP0042 NEW)
endif(COMMAND cmake_policy)

# C++11 required
Expand Down

0 comments on commit 9f1fcd8

Please sign in to comment.