From 7d8fde82e611932b82515474d667805fc3547320 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sat, 1 Dec 2012 11:07:10 +0100 Subject: [PATCH] Fixed incomplete copy&paste issue. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c5097c..2cea7e40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ endif() if(NOT MSVC) # TBD: are these really necessary? Aren't they considered by cmake automatically? list(APPEND ADDITIONAL_LIBRARY_PATHS - /local + /opt/local /usr/local /usr) endif() -- 2.39.5