Skip to content

Commit

Permalink
Fix path issues for mingw detection of gsl deps
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7686 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 30, 2007
1 parent a3cfabf commit 966e85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindGSL.cmake
Expand Up @@ -33,12 +33,12 @@ IF(WIN32)
)
#MSVC version of the lib is just called 'cblas'
FIND_LIBRARY(GSLCBLAS_LIB gslcblas cblas PATHS
${GSL_PREFIX}/lib
${GSL_MINGW_PREFIX}/lib
${GSL_MSVC_PREFIX}/lib
)

FIND_PATH(GSL_INCLUDE_DIR gsl/gsl_blas.h
${GSL_PREFIX}/include
${GSL_MINGW_PREFIX}/include
${GSL_MSVC_PREFIX}/include
)

Expand Down

0 comments on commit 966e85d

Please sign in to comment.