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
f2f29595
"docs-source/usersguide/vscode:/vscode.git/clone" did not exist on "ae2fe2fd7db2aae4c5c39fadcee328c6d5bc607d"
Commit
f2f29595
authored
Jan 19, 2010
by
Peter Eastman
Browse files
Fixed a compilation error caused by another recent CMake change
parent
7c26b1c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
platforms/opencl/CMakeLists.txt
platforms/opencl/CMakeLists.txt
+5
-0
No files found.
platforms/opencl/CMakeLists.txt
View file @
f2f29595
...
@@ -14,6 +14,11 @@
...
@@ -14,6 +14,11 @@
# libOpenMMOpenCL_static[_d].a
# libOpenMMOpenCL_static[_d].a
#----------------------------------------------------
#----------------------------------------------------
IF
(
APPLE
)
SET
(
CMAKE_CXX_FLAGS
"-arch i386"
)
SET
(
CMAKE_C_FLAGS
"-arch i386"
)
ENDIF
(
APPLE
)
SUBDIRS
(
tests
)
SUBDIRS
(
tests
)
# The source is organized into subdirectories, but we handle them all from
# The source is organized into subdirectories, but we handle them all from
...
...
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