Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion heppyy/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is just an orchestration
cmake_minimum_required(VERSION 3.13.5)
cmake_minimum_required(VERSION 3.15)
# SWIG: use SWIG_MODULE_NAME property.
if(POLICY CMP0086)
cmake_policy(SET CMP0086 NEW)
Expand Down
2 changes: 1 addition & 1 deletion heppyy/cmake/heppyy_find_python.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Python 3.6 REQUIRED COMPONENTS Interpreter Development NumPy)
find_package(Python 3.6 REQUIRED COMPONENTS Interpreter Development.Module NumPy)
if (Python_FOUND)
message(STATUS "${Green}Python ver. ${Python_VERSION} found.${ColourReset}")
set(HEPPY_PYTHON_FOUND True)
Expand Down