From b1a46f3a153d2e7bb00c6eb00c37bb838688b1a7 Mon Sep 17 00:00:00 2001 From: Ivan Razumov <ivan.razumov@cern.ch> Date: Thu, 20 Jun 2019 11:21:49 +0200 Subject: [PATCH] Test build with system Flex/Bison --- cmake/toolchain/systemtools.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/toolchain/systemtools.cmake b/cmake/toolchain/systemtools.cmake index c3f0341823..a8b324d46f 100644 --- a/cmake/toolchain/systemtools.cmake +++ b/cmake/toolchain/systemtools.cmake @@ -1,19 +1,19 @@ #---define here the packages to be taken from the shystem for this OS and version if(${LCG_OS}${LCG_OSVERS} STREQUAL centos7) - set(LCG_system_packages bzip2 xz uuid curl motif jpeg glib) + set(LCG_system_packages bzip2 xz uuid curl motif jpeg glib flex bison) elseif(${LCG_OS}${LCG_OSVERS} STREQUAL slc6) - set(LCG_system_packages uuid curl motif jpeg) + set(LCG_system_packages uuid curl motif jpeg flex bison) elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1604) - set(LCG_system_packages bzip2 xz uuid curl motif pkg_config jpeg ) + set(LCG_system_packages bzip2 xz uuid curl motif pkg_config jpeg flex bison) elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1804) - set(LCG_system_packages bzip2 xz uuid curl motif pkg_config zlib jpeg glib) + set(LCG_system_packages bzip2 xz uuid curl motif pkg_config zlib jpeg glib flex bison) elseif(${LCG_OS}${LCG_OSVERS} STREQUAL mac1014) -- GitLab