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

index f8c5097c118e1f6fa5a533a5b38e02fc818f7ee9..2cea7e405788ce7912fc75072c186d24709d3d63 100644 (file)
@@ -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()