From e67661ccfa3e158645ed2305df867834ba6989dd Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 2 May 2016 23:20:43 +0200 Subject: [PATCH] Minor edits. --- cmake/modules/FindGSL.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/FindGSL.cmake b/cmake/modules/FindGSL.cmake index 69bbb303eb..f45dd91064 100644 --- a/cmake/modules/FindGSL.cmake +++ b/cmake/modules/FindGSL.cmake @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2012 - 2015 by the deal.II authors +## Copyright (C) 2012 - 2016 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -19,11 +19,11 @@ # This module exports # # GSL_LIBRARIES -# GSL_INCLUDE_LIBRARIES +# GSL_INCLUDE_DIRS # GSL_LINKER_FLAGS # -SET(GSL_DIR "" CACHE PATH "An optional hint to an GSL installation") +SET(GSL_DIR "" CACHE PATH "An optional hint to a GSL installation") SET_IF_EMPTY(GSL_DIR "$ENV{GSL_DIR}") DEAL_II_FIND_LIBRARY(GSL_LIBRARY -- 2.39.5