Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
38076a55
Commit
38076a55
authored
Jun 23, 2015
by
peastman
Browse files
Merge pull request #987 from rmcgibbo/examples
Make it possible to disable building examples
parents
1f0e141b
f8ea0d9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
38076a55
...
@@ -528,6 +528,10 @@ ADD_SUBDIRECTORY(docs-source)
...
@@ -528,6 +528,10 @@ ADD_SUBDIRECTORY(docs-source)
IF
(
BUILD_TESTING
)
IF
(
BUILD_TESTING
)
ADD_SUBDIRECTORY
(
tests
)
ADD_SUBDIRECTORY
(
tests
)
ENDIF
(
BUILD_TESTING
)
ENDIF
(
BUILD_TESTING
)
ADD_SUBDIRECTORY
(
examples
)
SET
(
OPENMM_BUILD_EXAMPLES ON CACHE BOOL
"Build example executables"
)
IF
(
OPENMM_BUILD_EXAMPLES
)
ADD_SUBDIRECTORY
(
examples
)
ENDIF
(
OPENMM_BUILD_EXAMPLES
)
ENDIF
(
NOT cmv EQUAL
"2.4"
)
# This whole file...
ENDIF
(
NOT cmv EQUAL
"2.4"
)
# This whole file...
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