mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
Merge pull request #1267 from daleglass/fix-cmake-gifcreator-warning
Fix CMake GifCreator name warning
This commit is contained in:
commit
e09dfff108
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue