[QGIS Commit] r12865 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 3 06:58:58 EST 2010


Author: mhugent
Date: 2010-02-03 06:58:56 -0500 (Wed, 03 Feb 2010)
New Revision: 12865

Modified:
   trunk/qgis/CMakeLists.txt
Log:
Link cblas libraries. Fixes bug 2401

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2010-02-03 11:40:12 UTC (rev 12864)
+++ trunk/qgis/CMakeLists.txt	2010-02-03 11:58:56 UTC (rev 12865)
@@ -110,8 +110,8 @@
 #############################################################
 # 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)



More information about the QGIS-commit mailing list