Potentially fix OSX and Linux build errors?

This commit is contained in:
Zach Fox 2016-11-15 11:56:13 -08:00
parent cc8bf0ce6e
commit 5e8afb04c7
2 changed files with 3 additions and 3 deletions

View file

@ -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})

View file

@ -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})