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
657a4eed
"vscode:/vscode.git/clone" did not exist on "97be5a38737399c487aa4786f44f7475728ce35a"
Commit
657a4eed
authored
Aug 18, 2009
by
Michael Sherman
Browse files
fix typo
parent
a1752463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
657a4eed
...
@@ -242,7 +242,7 @@ ENDFOREACH(subdir)
...
@@ -242,7 +242,7 @@ ENDFOREACH(subdir)
# If API wrappers are being generated, and add them to the build.
# If API wrappers are being generated, and add them to the build.
SET
(
OPENMM_BUILD_API_WRAPPERS OFF CACHE BOOL
"Build wrappers for C and Fortran"
)
SET
(
OPENMM_BUILD_API_WRAPPERS OFF CACHE BOOL
"Build wrappers for C and Fortran"
)
IF
(
OPENMM_BUILD_API_WRAPPERS
)
IF
(
OPENMM_BUILD_API_WRAPPERS
)
SET
(
SOURCE_FILES
${
SOURCE_FILES
}
wrappers/OpenMMCWrapper.cpp wrappersOpenMMFortranWrapper.cpp
/
)
SET
(
SOURCE_FILES
${
SOURCE_FILES
}
wrappers/OpenMMCWrapper.cpp wrappers
/
OpenMMFortranWrapper.cpp
)
ENDIF
(
OPENMM_BUILD_API_WRAPPERS
)
ENDIF
(
OPENMM_BUILD_API_WRAPPERS
)
INCLUDE_DIRECTORIES
(
BEFORE
${
CMAKE_CURRENT_SOURCE_DIR
}
/src
)
INCLUDE_DIRECTORIES
(
BEFORE
${
CMAKE_CURRENT_SOURCE_DIR
}
/src
)
...
...
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