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
c8d59bc2
Commit
c8d59bc2
authored
10 years ago
by
Andreas Schenk
Browse files
Options
Downloads
Patches
Plain Diff
fixed build dependencies in mol alg
Author: Jeff Lovelace
parent
4120ff1e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/alg/src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
modules/mol/alg/src/CMakeLists.txt
with
1 addition
and
1 deletion
modules/mol/alg/src/CMakeLists.txt
+
1
−
1
View file @
c8d59bc2
...
@@ -54,7 +54,7 @@ if (ENABLE_IMG)
...
@@ -54,7 +54,7 @@ if (ENABLE_IMG)
entity_to_density.cc
entity_to_density.cc
)
)
set
(
MOL_ALG_DEPS
${
MOL_ALG_DEPS
}
ost_img ost_img_alg
)
set
(
MOL_ALG_DEPS
${
MOL_ALG_DEPS
}
ost_img ost_img_alg
ost_seq_alg
)
endif
()
endif
()
executable
(
NAME lddt SOURCES lddt.cc
executable
(
NAME lddt SOURCES lddt.cc
...
...
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