From e496304f7ef1e96bef4c49ebd9cfbffeb37f5d21 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 22 Oct 2014 11:36:23 -0700 Subject: [PATCH] Changed include dir --- cmake/modules/FindGverb.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindGverb.cmake b/cmake/modules/FindGverb.cmake index 80aca29b93..8990009b59 100644 --- a/cmake/modules/FindGverb.cmake +++ b/cmake/modules/FindGverb.cmake @@ -19,7 +19,7 @@ if (GVERB_INCLUDE_DIRS) # in cache already set(GVERB_FOUND TRUE) else () - find_path(GVERB_INCLUDE_DIRS gverb.h ${GVERB_ROOT_DIR}/src) + find_path(GVERB_INCLUDE_DIRS gverb.h ${GVERB_ROOT_DIR}/include) if (GVERB_INCLUDE_DIRS) set(GVERB_FOUND TRUE)