darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
278 stars 45 forks source link

consistent capitalization for LibXml2 #96

Closed HinTak closed 4 years ago

HinTak commented 4 years ago

Fixes the following warning:

-- Found LibXml2: /usr/lib64/libxml2.so CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to find_package_handle_standard_args (LibXml2) does not match the name of the calling package (Libxml2). This can lead to problems in calling code that expects find_package result variables (e.g., _FOUND) to follow a certain pattern. Call Stack (most recent call first): cmake_modules/FindLibxml2.cmake:25 (find_package_handle_standard_args) CMakeLists.txt:48 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.