Skip to content

Commit 18611f6

Browse files
committed
cmake include guard fix
1 parent f7a93f6 commit 18611f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/libOTeDepHelper.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
include_guard(GLOBAL)
2+
13
cmake_policy(PUSH)
24
cmake_policy(SET CMP0057 NEW)
35
cmake_policy(SET CMP0045 NEW)
46
cmake_policy(SET CMP0074 NEW)
5-
include_guard(GLOBAL)
67

78

89

0 commit comments

Comments
 (0)