From bdb9f9919e031dae8a4f40ea993f1dba302486fd Mon Sep 17 00:00:00 2001
From: Juliette Luiselli <juliette.luiselli@inria.fr>
Date: Tue, 22 Nov 2022 17:19:11 +0100
Subject: [PATCH] TMP! set eukaryotic version by default

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee7bba17a..60367cd4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ set(disable-multi-promoters "" CACHE STRING "Forbid that a gene is translated by
 set(dna-factory-alg "L2G" CACHE STRING "Which memory allocation algorithm to use for managing the DnaFactory pool of DNAs")
 
 set(with-triangle OFF CACHE BOOL "Whether to enable triangle phenotypic target (else Gaussian)")
-set(with-eukaryote OFF CACHE BOOL "Whether to enable eukaryotic version")
+set(with-eukaryote ON CACHE BOOL "Whether to enable eukaryotic version")
 set(with-detectclone ON CACHE BOOL "Whether to enable clones and not recompute them")
 set(with-floatconcentration OFF CACHE BOOL "Whether to enable the encoding of concentration has float (and not double)")
 set(with-perf-traces OFF CACHE BOOL "Whether to activate performance traces of (R-)Aevol")
-- 
GitLab