From 45c8372c2b4137691a38c2a04f4a5759a110f2f7 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 20 Nov 2017 15:22:40 +0100 Subject: CMAKE: refactor options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The option ALLOW_NO_BINDER is removed and the option ONLY_DEVTOOLS is introduced. Change-Id: Ia19eb977ee25a3871582605028fdef75e552363f Signed-off-by: José Bollo --- bindings/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'bindings') 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) -- cgit 1.2.3-korg