diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1d884c6..8d409f8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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() | 
