From 0a817f97de2630ce987f38bf66d54f4e9dcd088d Mon Sep 17 00:00:00 2001
From: Karen Arutyunov <karen@codesynthesis.com>
Date: Mon, 12 Sep 2022 17:39:53 +0300
Subject: Use ad hoc recipe to compile options.cli file

---
 build/root.build | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

(limited to 'build')

diff --git a/build/root.build b/build/root.build
index 022d030..316c276 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,6 +1,8 @@
 # file      : build/root.build
 # license   : ODB NCUEL; see accompanying LICENSE file
 
+config [bool] config.libodb_oracle.develop ?= false
+
 cxx.std = latest
 
 using cxx
@@ -15,11 +17,3 @@ if ($cxx.target.system == 'win32-msvc')
 
 if ($cxx.class == 'msvc')
   cxx.coptions += /wd4251 /wd4275 /wd4800
-
-# Load the cli module but only if it's available. This way a distribution
-# that includes pre-generated files can be built without installing cli.
-# This is also the reason why we need to explicitly spell out individual
-# source file prerequisites instead of using the cli.cxx{} group (it won't
-# be there unless the module is configured).
-#
-using? cli
-- 
cgit v1.1