FindQuadmath.cmake: fix the first argument of find_package_handle_standard_args()

It needs to match the filename exacly, i.e. including the case.
This commit is contained in:
Andreas Lauser
2016-08-24 14:56:08 +02:00
parent 43aa36e0f7
commit bf63963c0c

View File

@@ -42,7 +42,7 @@ if (USE_QUADMATH AND NOT QUADMATH_FOUND)
endif()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(QuadMath
find_package_handle_standard_args(Quadmath
DEFAULT_MSG
QUADMATH_LIBRARIES
HAVE_QUAD