From 1ee0be421b538235fb55f7621f1c7860134220dc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Jun 2022 16:28:31 +0300 Subject: Don't read LICENSE and load module in root.build files in skeleton mode --- cli-examples/build/root.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli-examples') diff --git a/cli-examples/build/root.build b/cli-examples/build/root.build index 5f4b348..90a319a 100644 --- a/cli-examples/build/root.build +++ b/cli-examples/build/root.build @@ -16,7 +16,8 @@ if ($cxx.target.system == 'win32-msvc') if ($cxx.class == 'msvc') cxx.coptions += /wd4251 /wd4275 /wd4800 -using cli +if ($build.mode != 'skeleton') + using cli # Every exe{} in this project is by default a test. # -- cgit v1.1