mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 15:58:55 +02:00
Changed include dir
This commit is contained in:
parent
1739cf019d
commit
e496304f7e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue