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
261ebe4e
Commit
261ebe4e
authored
9 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Made ENABLE_MM like all the other flags
parent
6e04377b
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
CMakeLists.txt
+6
-3
6 additions, 3 deletions
CMakeLists.txt
with
6 additions
and
3 deletions
CMakeLists.txt
+
6
−
3
View file @
261ebe4e
...
...
@@ -141,6 +141,12 @@ if (PROFILE)
else
()
set
(
_PROFILE OFF
)
endif
()
if
(
ENABLE_MM
)
set
(
_OPENMM ON
)
else
()
set
(
_OPENMM OFF
)
endif
()
if
(
UBUNTU_LAYOUT
)
set
(
_UBUNTU_LAYOUT ON
)
...
...
@@ -237,9 +243,6 @@ endif()
if
(
ENABLE_MM
)
find_package
(
OpenMM REQUIRED
)
set
(
_OPENMM ON
)
else
()
set
(
_OPENMM OFF
)
endif
()
if
(
ENABLE_IMG
)
...
...
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