Add BITS to work with both 32/64 bit systems.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@165 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Jeongnim Kim 2004-12-17 20:47:23 +00:00
parent 872bac6585
commit 7d8a83fcb5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ SET (LIBRARY_OUTPUT_PATH ${qmcPlusPlus_BINARY_DIR}/lib CACHE PATH "Single output
SET (EXECUTABLE_OUTPUT_PATH ${qmcPlusPlus_BINARY_DIR}/bin CACHE PATH "Single output directory for building all executables.")
#list of options to determine libraries. First, try to use libraries available
SET(BITS 32)
SET(INTEL_COMPILER 0)
SET(ENABLE_OPENMP 0)
SET(HAVE_MPI 0)