From 28603eadb5b8f2996c50c735459815c06196341e Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 27 May 2021 23:57:16 +0200
Subject: [PATCH] do not force bison build

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1d017f06..6d2e37401 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,7 +109,6 @@ message (STATUS "Installing dependencies from Conan (this may take some time)...
 conan_cmake_run (CONANFILE conanfile.txt
                  BASIC_SETUP CMAKE_TARGETS
                  BUILD missing
-                 BUILD bison
                  BUILD_TYPE "Release"
                  SETTINGS compiler.libcxx=libstdc++11)
 #
-- 
GitLab