modify option doc

This commit is contained in:
Radovan Bast 2015-09-17 00:14:00 +02:00
parent 78ebba62e5
commit b38e7ce3d2

View File

@ -17,7 +17,7 @@
# docopt: --cblas Detect and link to CBLAS [default: False]. # docopt: --cblas Detect and link to CBLAS [default: False].
# define: '-DENABLE_CBLAS=%s' % arguments['--cblas'] # define: '-DENABLE_CBLAS=%s' % arguments['--cblas']
option(ENABLE_CBLAS "Enable CBLAS" OFF) option(ENABLE_CBLAS "Detect and link to CBLAS" OFF)
if(ENABLE_CBLAS) if(ENABLE_CBLAS)
if(ENABLE_STATIC_LINKING) if(ENABLE_STATIC_LINKING)