aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/bin/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 /src/bin/CMakeLists.txt
parent97fa9183c28f63dd37572a266a9c56e556c3660b (diff)
downloadOneRoll-cdbb6104b1351471e6792cc96f82eae92539c5bf.tar.gz
OneRoll-cdbb6104b1351471e6792cc96f82eae92539c5bf.zip
dice is compiled by default.
Diffstat (limited to 'src/bin/CMakeLists.txt')
-rw-r--r--src/bin/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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()