Skip to content

Commit

Permalink
Link cblas libraries. Fixes bug 2401
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12865 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 3, 2010
1 parent f2d9145 commit f72111b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -110,8 +110,8 @@ ENDIF (NOT BISON_EXECUTABLE)
#############################################################
# search for dependencies

# we don't use cblas
SET(DONT_LINK_CBLAS TRUE)
# we use cblas for the Helmert transformation
SET(DONT_LINK_CBLAS FALSE)

IF(NOT WIN32)
INCLUDE(CheckFunctionExists)
Expand Down

0 comments on commit f72111b

Please sign in to comment.