mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 13:38:47 +02:00
missing endif
This commit is contained in:
parent
ad2eb08964
commit
fc9010dd6b
1 changed files with 14 additions and 13 deletions
|
@ -18,7 +18,7 @@
|
|||
if (GVERB_INCLUDE_DIRS)
|
||||
# in cache already
|
||||
set(GVERB_FOUND TRUE)
|
||||
else ()
|
||||
else (GVERB_INCLUDE_DIRS)
|
||||
|
||||
include("${MACRO_DIR}/HifiLibrarySearchHints.cmake")
|
||||
hifi_library_search_hints("gverb")
|
||||
|
@ -36,3 +36,4 @@ else (GVERB_FOUND)
|
|||
message(FATAL_ERROR "Could NOT find Gverb. Read ./interface/externals/gverb/readme.txt")
|
||||
endif (GVERB_FOUND)
|
||||
|
||||
endif(GVERB_INCLUDE_DIR)
|
Loading…
Reference in a new issue