aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-04-29 11:38:59 +0200
committerRenaud G <renaud@rolisteam.org>2022-04-29 11:38:59 +0200
commitcdbb6104b1351471e6792cc96f82eae92539c5bf (patch)
tree5509b5412a9a1803c98618ed82aa6968963e30a2 /CMakeLists.txt
parent97fa9183c28f63dd37572a266a9c56e556c3660b (diff)
downloadOneRoll-cdbb6104b1351471e6792cc96f82eae92539c5bf.tar.gz
OneRoll-cdbb6104b1351471e6792cc96f82eae92539c5bf.zip
dice is compiled by default.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7198d92..13998a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(diceparser VERSION 1.9.0 DESCRIPTION "Parser of dice command")
include(CTest)
-option(BUILD_CLI ON)
+option(NO_BUILD_CLI OFF)
option(NO_PAINTER_OPERATOR OFF)
IF(BUILD_TESTING)