Commit f2f29595 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a compilation error caused by another recent CMake change

parent 7c26b1c1
......@@ -14,6 +14,11 @@
# libOpenMMOpenCL_static[_d].a
#----------------------------------------------------
IF (APPLE)
SET (CMAKE_CXX_FLAGS "-arch i386")
SET (CMAKE_C_FLAGS "-arch i386")
ENDIF (APPLE)
SUBDIRS (tests)
# The source is organized into subdirectories, but we handle them all from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment