Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
Applications
LAMMPS
Commits
a2ec8d3f
Unverified
Commit
a2ec8d3f
authored
Aug 27, 2018
by
Steve Plimpton
Committed by
GitHub
Aug 27, 2018
Browse files
Merge pull request #1083 from junghans/cmake_fix_potential_location
cmake: fix install of potential files
parents
62a1dcba
5189bc4f
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/CMakeLists.txt
View file @
a2ec8d3f
...
...
@@ -1132,7 +1132,7 @@ endif()
# Install potential files in data directory
###############################################################################
set
(
LAMMPS_POTENTIALS_DIR
${
CMAKE_INSTALL_FULL_DATADIR
}
/lammps/potentials
)
install
(
DIRECTORY
${
LAMMPS_SOURCE_DIR
}
/../potentials DESTINATION
${
CMAKE_INST
AL
L
_D
ATADIR
}
/lammps/potentials
)
install
(
DIRECTORY
${
LAMMPS_SOURCE_DIR
}
/../potentials
/
DESTINATION
${
LAMMPS_POTENTI
AL
S
_D
IR
}
)
configure_file
(
etc/profile.d/lammps.sh.in
${
CMAKE_BINARY_DIR
}
/etc/profile.d/lammps.sh @ONLY
)
configure_file
(
etc/profile.d/lammps.csh.in
${
CMAKE_BINARY_DIR
}
/etc/profile.d/lammps.csh @ONLY
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment