Skip to content

Commit b1f1974

Browse files
committed
cmake: LibraryNaming: add include_guard at the top of the file, so it only triggers once
1 parent 34ec792 commit b1f1974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/LibraryNaming.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include_guard(GLOBAL)
12
include(CheckSymbolExists)
23

34
macro(check_build_target symbol)

0 commit comments

Comments
 (0)