File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ set_target_properties(acl_objs PROPERTIES
196
196
target_compile_features (acl_objs PRIVATE cxx_std_11 )
197
197
# These compile_definitions need to be public, since we're building an OBJECT library (?)
198
198
target_compile_definitions (acl_objs PUBLIC
199
+ _GLIBCXX_USE_CXX11_ABI=0
199
200
ACL_SUPPORT_DOUBLE=0
200
201
ACL_HAS_STDLIB_STDIO
201
202
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ add_executable(acl_test
30
30
set_target_properties (acl_test PROPERTIES CXX_EXTENSIONS OFF )
31
31
target_compile_features (acl_test PRIVATE cxx_std_11 )
32
32
target_compile_definitions (acl_test PRIVATE
33
+ _GLIBCXX_USE_CXX11_ABI=0
33
34
"ACL_TARGET_BIT=${ACL_TARGET_BIT} "
34
35
CL_USE_DEPRECATED_OPENCL_1_0_APIS=1
35
36
CL_USE_DEPRECATED_OPENCL_1_1_APIS=1
You can’t perform that action at this time.
0 commit comments