aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-06-29 00:34:31 +0200
committerRenaud G <renaud@rolisteam.org>2019-06-29 00:36:34 +0200
commit46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e (patch)
tree6c6a0bad98a5b6daddb671c613d96c65823dac19 /cli/CMakeLists.txt
parent90cec3957ff5e61981f9068a1fac3cb44a3e7d41 (diff)
downloadOneRoll-46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e.tar.gz
OneRoll-46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e.zip
Don't compile forloopnode
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r--cli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 36bced4..6268fb4 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -93,7 +93,7 @@ SET( dice_sources
../node/listsetrollnode.cpp
../node/numbernode.cpp
../node/parenthesesnode.cpp
- ../node/forloopnode.cpp
+# ../node/forloopnode.cpp
../node/paintnode.cpp
../node/rerolldicenode.cpp
../node/scalaroperatornode.cpp