Revert for cmake issue with int's

This commit is contained in:
Peter Doak 2020-01-24 08:56:01 -05:00
parent dcc05ca7d0
commit 7f726be913
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ SET (EXECUTABLE_OUTPUT_PATH ${qmcpack_BINARY_DIR}/bin CACHE PATH "Single output
# QMC_MPI = enable MPI # QMC_MPI = enable MPI
# QMC_OMP = enable OMP # QMC_OMP = enable OMP
###################################################################### ######################################################################
SET(WALKER_MAX_PROPERTIES 256 CACHE INT "Maximum number of properties tracked by walkers") SET(WALKER_MAX_PROPERTIES 256 CACHE STRING "Maximum number of properties tracked by walkers")
MARK_AS_ADVANCED(WALKER_MAX_PROPERTIES) MARK_AS_ADVANCED(WALKER_MAX_PROPERTIES)
SET(OHMMS_DIM 3 CACHE STRING "Select physical dimension") SET(OHMMS_DIM 3 CACHE STRING "Select physical dimension")
SET(OHMMS_INDEXTYPE int) SET(OHMMS_INDEXTYPE int)