From: ThorstenB Date: Sat, 1 Dec 2012 10:06:50 +0000 (+0100) Subject: Fixed incomplete copy&paste issue. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0937d7907575e5e50783282451827f51348427b9;p=flightgear.git Fixed incomplete copy&paste issue. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ad040b44..20f367733 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,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()