From cdbb6104b1351471e6792cc96f82eae92539c5bf Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 11:38:59 +0200 Subject: dice is compiled by default. --- src/bin/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/CMakeLists.txt') diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 5e1ebd3..31037cd 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -if(BUILD_CLI) +if(NOT NO_BUILD_CLI) add_subdirectory(cli) -endif() \ No newline at end of file +endif() -- cgit v1.2.3-70-g09d2