From 11a4c8db9c6e06c9f0d39b5a7a63800a8a3337f0 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Tue, 24 Jun 2008 06:40:46 +0000 Subject: Cmake: Add GSL to LIBS and Includes (bzr r6047) --- CMakeScripts/FindGSL.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeScripts/FindGSL.cmake') diff --git a/CMakeScripts/FindGSL.cmake b/CMakeScripts/FindGSL.cmake index 0297f7375..1ef4643ad 100644 --- a/CMakeScripts/FindGSL.cmake +++ b/CMakeScripts/FindGSL.cmake @@ -6,7 +6,7 @@ # GSL_LIBRARIES - Link these to use GSL # GSL_DEFINITIONS - Compiler switches required for using GSL # -# Copyright (c) 2008 Joshua L. Blocher +# Copyright (c) 2008 Joshua L. Blocher # # Redistribution and use is allowed according to the terms of the New # BSD license. @@ -31,14 +31,13 @@ else (GSL_LIBRARIES AND GSL_INCLUDE_DIRS) endif (${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} EQUAL 4) find_path(GSL_INCLUDE_DIR NAMES - gsl_matrix.h + gsl_blas.h PATHS ${_GSL_INCLUDEDIR} /usr/include /usr/local/include /opt/local/include /sw/include - $ENV{DEVLIBS_PATH}//include// PATH_SUFFIXES gsl ) -- cgit v1.2.3