diff --git a/cmake/modules/FindGifCreator.cmake b/cmake/modules/FindGifCreator.cmake index 88428cb833..def9f1d131 100644 --- a/cmake/modules/FindGifCreator.cmake +++ b/cmake/modules/FindGifCreator.cmake @@ -6,7 +6,7 @@ # # GIFCREATOR_INCLUDE_DIRS # -# Created on 11/10/2016 by Zach Fox +# Created on 11/15/2016 by Zach Fox # Copyright 2016 High Fidelity, Inc. # # Distributed under the Apache License, Version 2.0. @@ -15,7 +15,7 @@ # setup hints for GifCreator search include("${MACRO_DIR}/HifiLibrarySearchHints.cmake") -hifi_library_search_hints("GifCreator") +hifi_library_search_hints("GIFCREATOR") # locate header find_path(GIFCREATOR_INCLUDE_DIRS "GifCreator/GifCreator.h" HINTS ${GIFCREATOR_SEARCH_DIRS}) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 56e83a3171..e32df6bc62 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -353,5 +353,5 @@ if (ANDROID) endif () add_dependency_external_projects(GifCreator) -find_package(GIFCREATOR REQUIRED) +find_package(GifCreator REQUIRED) target_include_directories(${TARGET_NAME} PUBLIC ${GIFCREATOR_INCLUDE_DIRS})