cmake: fixed another typo

This commit is contained in:
Christoph Junghans 2017-07-24 12:54:26 -06:00
parent 126d9cd3bc
commit f2023431f6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ RegisterStyles(${LAMMPS_SOURCE_DIR})
##############################################
# add sources of enabled packages
############################################
foreach(PKG ${PACKAGES} ${OTHER_PACKAGES})
foreach(PKG ${DEFAULT_PACKAGES} ${OTHER_PACKAGES})
if(ENABLE_${PKG})
set(${PKG}_SOURCES_DIR ${LAMMPS_SOURCE_DIR}/${PKG})