[Kst] branches/work/kst/portto4/kst/cmake/modules
Peter Kümmel
syntheticpp at gmx.net
Sat Mar 19 14:23:13 CET 2011
SVN commit 1225298 by kuemmel:
when there is no pkg information available look also for gslcblas
M +1 -1 FindGsl.cmake
--- branches/work/kst/portto4/kst/cmake/modules/FindGsl.cmake #1225297:1225298
@@ -6,7 +6,7 @@
pkg_check_modules(PKGGSL QUIET gsl)
if(NOT PKGGSL_LIBRARIES)
- set(PKGGSL_LIBRARIES gsl)
+ set(PKGGSL_LIBRARIES gsl gslcblas)
if (UNIX)
set(PKGGSL_LIBRARIES ${PKGGSL_LIBRARIES} m)
endif()
More information about the Kst
mailing list