diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt index 509c6cbf..4494e887 100644 --- a/bindings/CMakeLists.txt +++ b/bindings/CMakeLists.txt @@ -16,9 +16,7 @@ # limitations under the License. ########################################################################### -IF(WITH_BINDER) ADD_SUBDIRECTORY(intrinsics) ADD_SUBDIRECTORY(samples) ADD_SUBDIRECTORY(tutorial) -ENDIF(WITH_BINDER) |