From 97914adfa2d94c47af07f46dd789be38d227332d Mon Sep 17 00:00:00 2001 From: rulrich <ralf.m.ulrich@kit.edu> Date: Mon, 18 May 2020 10:14:56 +0200 Subject: [PATCH] python --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a74f0e361..8b745c862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ set (WITH_PYTHIA8 "" CACHE STRING "Selection of pythia8 package. Can be \'c8\' o set (WITH_BOOST "" CACHE STRING "Selection of boost libaries. Can be \'c8\' or path to installation. If empty: search system, if not found use ThirdParty/boost." FORCE) # check for python -set(Python_ADDITIONAL_VERSIONS 3) -find_package(PythonInterp 3 REQUIRED) +set (Python_ADDITIONAL_VERSIONS 3) +find_package (PythonInterp 3 REQUIRED) # ignore many irrelevant Up-to-date messages during install set (CMAKE_INSTALL_MESSAGE LAZY) -- GitLab