From f586280b606b169af8af51043deb8ed759da311c Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Wed, 17 Jul 2019 13:51:11 +0200 Subject: [PATCH] Find python loud --- DDG4/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/CMakeLists.txt b/DDG4/CMakeLists.txt index d68d01a26..bffb2ced1 100644 --- a/DDG4/CMakeLists.txt +++ b/DDG4/CMakeLists.txt @@ -61,7 +61,7 @@ new_dd4hep_add_plugin(DDG4Plugins ) #--------------------------- Plugin library for the simulation framework --------- -FIND_PACKAGE(PythonLibs QUIET) +FIND_PACKAGE(PythonLibs 2) if(PYTHONLIBS_FOUND) MESSAGE(STATUS "Python found, creating DDG4Python Dictionary") new_dd4hep_add_dictionary(G__DDG4Python -- GitLab