diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-02-25 14:45:57 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-03-22 12:21:54 +0100 |
commit | caea0053d2abc141ab585324fb51f8c536db249b (patch) | |
tree | 06243bc9d7505db05e70a16065eb8c23497b50fc /CMakeLists.txt | |
parent | 64ca02ceed8acd4b55e423de6b586a143f5a3c64 (diff) |
globmatch: Add globmatch to wrap fnmatch
Change-Id: I1effa961a169cce444ea246f5d7f8839b4937403
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 853f5fee..7a7ab429 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ option(WITH_LEGACY_BINDING_V2 "Includes the legacy Binding API version 2" ON option(WITH_LEGACY_BINDING_VDYN "Includes the legacy Binding API version dynamic" OFF) option(WITH_DYNAMIC_BINDING "Allow to load dynamic bindings (shared libraries)" ON) option(WITH_LIBMICROHTTPD "Activates HTTP server through LIBMICROHTTPD" ON) +option(WITH_FNMATCH "Use fnmatch where possible" ON) ############################################################################ # legacy options |