Avoid int to string conversion warning

This commit is contained in:
Paul Kent 2020-01-17 11:14:00 -05:00
parent b9149c74d0
commit 3aabdcdad7
1 changed files with 1 additions and 1 deletions

View File

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