bug crept into the opencsg check

stl_dim
Marius Kintel 2011-08-02 23:47:52 +02:00
parent daebff80c7
commit cacfbd94b9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if (NOT OPENCSG_INCLUDE_DIR)
PATHS ${OPENCSG_DIR}/include)
find_library(OPENCSG_LIBRARY
opencsg
PATHS ${OPENCSG_DIR}/src)
PATHS ${OPENCSG_DIR}/lib)
if (NOT OPENCSG_INCLUDE_DIR OR NOT OPENCSG_LIBRARY)
message(FATAL_ERROR "OpenCSG not found")
else()