Skip to content
Open
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 CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
add_definitions(-DGFAL2_PYTHON_VERSION="${VERSION_STRING}")

# Find build packages
find_package(Python REQUIRED COMPONENTS Interpreter Development)
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module REQUIRED)
find_package(Boost COMPONENTS "python3${Python_VERSION_MINOR}")
if(NOT Boost_LIBRARIES)
# Failed to find a specific Python3x version, fallback to Python3
Expand Down