diff --git a/cmake/modules/FindQwt.cmake b/cmake/modules/FindQwt.cmake --- a/cmake/modules/FindQwt.cmake +++ b/cmake/modules/FindQwt.cmake @@ -22,7 +22,7 @@ # /usr/local/qwt-VERSION directories. # -file(GLOB qwt_glob_dir "/usr/local/qwt*/") +file(GLOB qwt_glob_dir "/usr/local/qwt*/" "c:/Qwt*") if(qwt_glob_dir) foreach(qwt_path ${qwt_glob_dir})