diff options
-rw-r--r-- | cmake/Modules/FindQwt.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake index 0e2c13571f..82f0780deb 100644 --- a/cmake/Modules/FindQwt.cmake +++ b/cmake/Modules/FindQwt.cmake @@ -16,8 +16,8 @@ find_path(QWT_INCLUDE_DIRS /usr/include/qwt-qt4 /usr/include/qwt /opt/local/include/qwt - /opt/local/lib/qwt.framework/Headers /sw/include/qwt + /usr/local/lib/qwt.framework/Headers ) find_library (QWT_LIBRARIES @@ -29,8 +29,8 @@ find_library (QWT_LIBRARIES /usr/local/lib /usr/lib /opt/local/lib - /opt/local/lib/qwt.framework /sw/lib + /usr/local/lib/qwt.framework ) set(QWT_FOUND FALSE) |