diff --git a/cmake-modules/Findlibunwind.cmake b/cmake-modules/Findlibunwind.cmake index bfd966bd2c..a82910d75e 100644 --- a/cmake-modules/Findlibunwind.cmake +++ b/cmake-modules/Findlibunwind.cmake @@ -1,5 +1,6 @@ -# Users can pass LIBUNWIND_ROOT, LIBUNWIND_INCLUDE_DIR, and LIBUNWIND_LIBRARY as CMake variables +# Users can pass LIBUNWIND_ROOT, LIBUNWIND_INCLUDE_DIR, and LIBUNWIND_LIBRARY as CMake variables. +# If LIBUNWIND_ROOT is provided, the INCLUDE_DIR and LIBRARY variables may be omitted. # # LIBUNWIND_FOUND, LIBUNWIND_INCLUDE_DIRS, and LIBUNWIND_LIBRARIES are outputs