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
8428a88f
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "c114f2fe76a2249fdf0002cfa8059f197ca907ab"
Commit
8428a88f
authored
Nov 19, 2009
by
Mark Friedrichs
Browse files
Inactivated static tests
parent
d80ba38f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
plugins/freeEnergy/platforms/cuda/tests/CMakeLists.txt
plugins/freeEnergy/platforms/cuda/tests/CMakeLists.txt
+8
-8
No files found.
plugins/freeEnergy/platforms/cuda/tests/CMakeLists.txt
View file @
8428a88f
...
...
@@ -35,14 +35,14 @@ FOREACH(TEST_PROG ${TEST_PROGS})
# Link with static library
SET
(
TEST_STATIC
${
TEST_ROOT
}
Static
)
CUDA_ADD_EXECUTABLE
(
${
TEST_STATIC
}
${
TEST_PROG
}
)
SET_TARGET_PROPERTIES
(
${
TEST_STATIC
}
PROPERTIES
COMPILE_FLAGS
"-DOPENMM_USE_STATIC_LIBRARIES"
)
TARGET_LINK_LIBRARIES
(
${
TEST_STATIC
}
${
STATIC_TARGET
}
${
STATIC_OPENMM_TARGET
}
${
STATIC_CUDA_TARGET
}
)
ADD_TEST
(
${
TEST_STATIC
}
${
EXECUTABLE_OUTPUT_PATH
}
/
${
TEST_STATIC
}
)
#
SET(TEST_STATIC ${TEST_ROOT}Static)
#
CUDA_ADD_EXECUTABLE(${TEST_STATIC} ${TEST_PROG})
#
SET_TARGET_PROPERTIES(${TEST_STATIC}
#
PROPERTIES
#
COMPILE_FLAGS "-DOPENMM_USE_STATIC_LIBRARIES"
#
)
#
TARGET_LINK_LIBRARIES(${TEST_STATIC} ${STATIC_TARGET} ${STATIC_OPENMM_TARGET} ${STATIC_CUDA_TARGET})
#
ADD_TEST(${TEST_STATIC} ${EXECUTABLE_OUTPUT_PATH}/${TEST_STATIC})
ENDFOREACH
(
TEST_PROG
${
TEST_PROGS
}
)
...
...
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