Skip to content

Commit 6c997c0

Browse files
committed
#2474: cmake: fix variable name in comment
1 parent ebc7d13 commit 6c997c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake-modules/Findlibunwind.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Users can pass LIBUNWIND_ROOT, LIBUNWIND_INCLUDE_DIR, and LIBUNWIND_LIBRARY as CMake variables.
2+
# Users can pass libunwind_ROOT, LIBUNWIND_INCLUDE_DIR, and LIBUNWIND_LIBRARY as CMake variables.
33
# If LIBUNWIND_ROOT is provided, the INCLUDE_DIR and LIBRARY variables may be omitted.
44
#
55
# LIBUNWIND_FOUND, LIBUNWIND_INCLUDE_DIRS, and LIBUNWIND_LIBRARIES are outputs

0 commit comments

Comments
 (0)