IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 97914adf authored by Ralf M Ulrich's avatar Ralf M Ulrich Committed by ralfulrich
Browse files

python

parent d5faa4e4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment