missing endif

This commit is contained in:
Atlante45 2014-10-22 13:38:49 -07:00
parent ad2eb08964
commit fc9010dd6b

View file

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