Skip to content

Commit e794833

Browse files
authored
Merge pull request #700 from awulkiew/patch-1
Use 'obj' rule instead of 'compile' in opencl availability test.
2 parents 6f9e6cf + f681114 commit e794833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Jamfile.v2

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import testing ;
66

77
lib boost_unit_test_framework ;
88

9-
compile check/has_opencl.cpp : : has_opencl ;
9+
obj has_opencl : check/has_opencl.cpp ;
1010
explicit has_opencl ;
1111

1212
project

0 commit comments

Comments
 (0)