From 79eacc98ef94f520faefb7c050f47697754aae93 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Thu, 1 Jul 2021 20:29:40 +0200 Subject: [PATCH] Fix CMake GifCreator name warning --- cmake/modules/FindGifCreator.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindGifCreator.cmake b/cmake/modules/FindGifCreator.cmake index def9f1d131..04f2af684c 100644 --- a/cmake/modules/FindGifCreator.cmake +++ b/cmake/modules/FindGifCreator.cmake @@ -21,6 +21,6 @@ hifi_library_search_hints("GIFCREATOR") find_path(GIFCREATOR_INCLUDE_DIRS "GifCreator/GifCreator.h" HINTS ${GIFCREATOR_SEARCH_DIRS}) include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(GIFCREATOR DEFAULT_MSG GIFCREATOR_INCLUDE_DIRS) +find_package_handle_standard_args(GifCreator DEFAULT_MSG GIFCREATOR_INCLUDE_DIRS) mark_as_advanced(GIFCREATOR_INCLUDE_DIRS GIFCREATOR_SEARCH_DIRS) \ No newline at end of file