mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 22:42:33 +02:00
Fix CMake GifCreator name warning
This commit is contained in:
parent
40f81e4866
commit
79eacc98ef
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