Skip to content

Commit

Permalink
cmake include guard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Aug 23, 2024
1 parent f7a93f6 commit 18611f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/libOTeDepHelper.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include_guard(GLOBAL)

cmake_policy(PUSH)
cmake_policy(SET CMP0057 NEW)
cmake_policy(SET CMP0045 NEW)
cmake_policy(SET CMP0074 NEW)
include_guard(GLOBAL)



Expand Down

0 comments on commit 18611f6

Please sign in to comment.