aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-20 15:22:40 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-11-20 15:22:40 +0100
commit45c8372c2b4137691a38c2a04f4a5759a110f2f7 (patch)
treed3cf5f1b3711ab7ee79f624ba7c6ed28ff1f148a /bindings
parente1b255b4c6486b0d2df5cd8b2aad8b817876ddf2 (diff)
CMAKE: refactor optionseel_4.99.3eel/4.99.34.99.3
The option ALLOW_NO_BINDER is removed and the option ONLY_DEVTOOLS is introduced. Change-Id: Ia19eb977ee25a3871582605028fdef75e552363f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/CMakeLists.txt2
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)