diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-02 21:47:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-02 21:47:52 (GMT) |
commit | cacfbd94b92e02c30b48b458eb4cf90563457724 (patch) | |
tree | 8845e3c23cdb3b93e7a6e4e6b6c24002ab8455cf | |
parent | daebff80c7cfbdddccbad43557a38b2fe27136e2 (diff) |
bug crept into the opencsg check
-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() |