forked from lijiext/lammps
cmake: fixed another typo
This commit is contained in:
parent
126d9cd3bc
commit
f2023431f6
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue