remove user CMakeLists, fix path in FindGverb

This commit is contained in:
Stephen Birarda 2015-01-21 13:00:15 -08:00
parent e34fb66be7
commit 3ea699d31b
2 changed files with 1 additions and 1085 deletions

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ else (GVERB_INCLUDE_DIRS)
if (GVERB_FOUND)
message(STATUS "Found Gverb: ${GVERB_INCLUDE_DIRS}")
else (GVERB_FOUND)
message(FATAL_ERROR "Could NOT find Gverb. Read ./interface/externals/gverb/readme.txt")
message(FATAL_ERROR "Could NOT find Gverb. Read ./libraries/audio-client/externals/gverb/readme.txt")
endif (GVERB_FOUND)
endif(GVERB_INCLUDE_DIRS)