Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
d6086eed
Commit
d6086eed
authored
Jan 15, 2019
by
Lukas Weber
Browse files
install loadleveller to standard directories
parent
4a03a65c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d6086eed
...
...
@@ -29,11 +29,3 @@ set(SRCs
add_library
(
load_leveller STATIC
${
SRCs
}
)
target_link_libraries
(
load_leveller
${
MPI_LIBRARIES
}
${
HDF5_C_LIBRARY_hdf5
}
)
SET
(
MCPREFIX
"$ENV{HOME}/mc/"
CACHE PATH
"Prefix prepended to
install directories"
)
SET
(
CMAKE_INSTALL_PREFIX
"
${
MCPREFIX
}
"
CACHE INTERNAL
"Prefix
prepended to install directories"
FORCE
)
install
(
TARGETS load_leveller DESTINATION .
)
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