fixed spelling

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@50 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
qmc 2004-09-20 17:50:28 +00:00
parent cb9f0dbbd9
commit 3ac9295ef5
1 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@ SET(HAVE_LIBSPRNG 0)
SET(HAVE_LIBBLITZ 0)
SET(HAVE_LIBGSL 0)
OPTION(QMC_SPRNG "Eanble SPRNG random number generation library" OFF)
OPTION(QMC_BLITZ "Eanble blitz++ library" ON)
OPTION(QMC_SPRNG "Enable SPRNG random number generation library" OFF)
OPTION(QMC_BLITZ "Enable blitz++ library" ON)
######################################################################
#important settings for QMC simulations to instantiate template classes
@ -85,7 +85,7 @@ IF(FOUND_GSL)
LINK_LIBRARIES(${GSL_LIBRARY})
ENDIF(FOUND_GSL)
#check optional external libraries: enable only when the libraroes are found
#check optional external libraries: enable only when the libraries are found
IF(FOUND_BLITZ)
INCLUDE_DIRECTORIES(${BLITZ_INCLUDE_DIR})
SET(HAVE_LIBBLITZ 1)