From 02838aef07adfd7688fc3f99b4de297e9fdbbfd5 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 17 Sep 2015 01:36:51 +0200 Subject: [PATCH] cosmetics --- modules/cblas.cmake | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/cblas.cmake b/modules/cblas.cmake index 80883c3..05d9804 100644 --- a/modules/cblas.cmake +++ b/modules/cblas.cmake @@ -1,6 +1,6 @@ #.rst: # -# Detect and link to CBLAS. Work in progress. +# Detect and link to CBLAS. # # Variables used:: # @@ -16,13 +16,12 @@ # # docopt: --cblas Detect and link to CBLAS [default: False]. # define: '-DENABLE_CBLAS=%s' % arguments['--cblas'] -# fetch: https://raw.githubusercontent.com/scisoft/autocmake/master/modules/detect/detect_libraries.cmake -# https://raw.githubusercontent.com/scisoft/autocmake/master/modules/detect/detect_include_files.cmake +# fetch: https://github.com/scisoft/autocmake/raw/master/modules/detect/detect_libraries.cmake +# https://github.com/scisoft/autocmake/raw/master/modules/detect/detect_include_files.cmake option(ENABLE_CBLAS "Detect and link to CBLAS" OFF) if(ENABLE_CBLAS) - include(detect_libraries) include(detect_include_files)