Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
73379268
Commit
73379268
authored
13 years ago
by
Valerio Mariani
Browse files
Options
Downloads
Patches
Plain Diff
Fixes DZDNG-297: Some files not copied by make install
parent
26556eef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/conop/src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
modules/conop/src/CMakeLists.txt
modules/mol/alg/src/CMakeLists.txt
+2
-0
2 additions, 0 deletions
modules/mol/alg/src/CMakeLists.txt
with
4 additions
and
2 deletions
modules/conop/src/CMakeLists.txt
+
2
−
2
View file @
73379268
...
@@ -31,11 +31,11 @@ if (COMPOUND_LIB)
...
@@ -31,11 +31,11 @@ if (COMPOUND_LIB)
if
(
EXISTS
"
${
COMPOUND_LIB
}
"
)
if
(
EXISTS
"
${
COMPOUND_LIB
}
"
)
copy_if_different
(
"./"
"
${
STAGE_DIR
}
/share/openstructure"
copy_if_different
(
"./"
"
${
STAGE_DIR
}
/share/openstructure"
"
${
COMPOUND_LIB
}
"
"COMPOUND_LIB"
ost_conop
)
"
${
COMPOUND_LIB
}
"
"COMPOUND_LIB"
ost_conop
)
install
(
FILES
${
INSPECTOR_ICONS
}
DESTINATION
"share/openstructure"
)
install
(
FILES
${
COMPOUND_LIB
}
DESTINATION
"share/openstructure"
)
else
()
else
()
message
(
FATAL_ERROR
"
${
COMPOUND_LIB
}
does not exist.
\n
"
message
(
FATAL_ERROR
"
${
COMPOUND_LIB
}
does not exist.
\n
"
"Pass -DCOMPOUND_LIB=NONE if you would like to build "
"Pass -DCOMPOUND_LIB=NONE if you would like to build "
"OpenStructure without a compound library"
)
"OpenStructure without a compound library"
)
endif
()
endif
()
endif
()
endif
()
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/mol/alg/src/CMakeLists.txt
+
2
−
0
View file @
73379268
...
@@ -49,3 +49,5 @@ module(NAME mol_alg SOURCES ${OST_MOL_ALG_SOURCES}
...
@@ -49,3 +49,5 @@ module(NAME mol_alg SOURCES ${OST_MOL_ALG_SOURCES}
copy_if_different
(
"."
"
${
STAGE_DIR
}
/share/openstructure"
copy_if_different
(
"."
"
${
STAGE_DIR
}
/share/openstructure"
"atom_scattering_properties.txt"
"ATOM_SCATTERING_PROPS"
"atom_scattering_properties.txt"
"ATOM_SCATTERING_PROPS"
"ost_mol_alg"
)
"ost_mol_alg"
)
install
(
FILES
"atom_scattering_properties.txt"
DESTINATION
"share/openstructure/"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment