Skip to content

Commit

Permalink
msvc (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Sep 5, 2023
1 parent 115da81 commit 4a02e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()

if(POLICY CMP0116)
cmake_policy(SET CMP0116 OLD)
endif()
Expand Down

0 comments on commit 4a02e64

Please sign in to comment.