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
e8a4c506
"plugins/vscode:/vscode.git/clone" did not exist on "e225905a42eb6e93d842e03fb15263ba4bb60a06"
Commit
e8a4c506
authored
Nov 23, 2009
by
Mark Friedrichs
Browse files
Added libraries/validate
parent
248a01f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
CMakeLists.txt
CMakeLists.txt
+5
-4
No files found.
CMakeLists.txt
View file @
e8a4c506
...
...
@@ -17,6 +17,8 @@
# On Linux it appears that cmake 2.4 does not work with Cuda cmake rules
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
#SET(CMAKE_VERBOSE_MAKEFILE 1)
# We have custom cmake modules for FindOpenMM and running python tests
SET
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
"
${
CMAKE_SOURCE_DIR
}
/cmake_modules"
)
...
...
@@ -72,7 +74,7 @@ MARK_AS_ADVANCED(DART_ROOT)
# The source is organized into subdirectories, but we handle them all from
# this CMakeLists file rather than letting CMake visit them as SUBDIRS.
SET
(
OPENMM_SOURCE_SUBDIRS . openmmapi olla libraries/jama libraries/quern libraries/lepton platforms/reference
)
SET
(
OPENMM_SOURCE_SUBDIRS . openmmapi olla libraries/jama libraries/quern libraries/lepton platforms/reference
libraries/validate
)
# The build system will set ARCH64 for 64 bit builds, which require
# use of the lib64/ library directories rather than lib/.
...
...
@@ -346,11 +348,11 @@ MARK_AS_ADVANCED(CLEAR OPENCL_LIBRARY)
# FreeEnergy plugin
SET
(
OPENMM_BUILD_FREE_ENERGY_PLUGIN O
N
CACHE BOOL
"Build FreeEnergy plugin
for Nvidia GPUs
"
)
SET
(
OPENMM_BUILD_FREE_ENERGY_PLUGIN O
FF
CACHE BOOL
"Build FreeEnergy plugin"
)
SET
(
OPENMM_BUILD_FREE_ENERGY_PATH
)
IF
(
OPENMM_BUILD_FREE_ENERGY_PLUGIN
)
SET
(
OPENMM_BUILD_FREE_ENERGY_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/plugins/freeEnergy
)
#
MESSAGE("\nIn0 OpenMM: OPENMM_BUILD_FREE_ENERGY_PATH=" ${OPENMM_BUILD
_FREE_ENERGY_P
ATH}
)
#
ADD_DEFINITIONS(-DINCLUDE
_FREE_ENERGY_P
LUGIN
)
ADD_SUBDIRECTORY
(
plugins/freeEnergy
)
ENDIF
(
OPENMM_BUILD_FREE_ENERGY_PLUGIN
)
...
...
@@ -363,7 +365,6 @@ INSTALL_FILES(/include FILES ${CORE_HEADERS})
INSTALL_FILES
(
/include/openmm FILES
${
TOP_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/internal FILES
${
INTERNAL_HEADERS
}
)
#
# Allow automated build and dashboard.
#
...
...
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