From cacfbd94b92e02c30b48b458eb4cf90563457724 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 2 Aug 2011 23:47:52 +0200 Subject: bug crept into the opencsg check 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() -- cgit v0.10.1