]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed incomplete copy&paste issue.
authorThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 10:06:50 +0000 (11:06 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 10:06:50 +0000 (11:06 +0100)
CMakeLists.txt

index 2ad040b44d21337a2e2ff0ad755e6fc7e8a5be95..20f367733f6a55f3b3212e6a21d9c22ed8b6c9ac 100644 (file)
@@ -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()