Skip to content

Commit

Permalink
test using any python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 31, 2024
1 parent 2329134 commit 13a7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.3...3.26)
project(ants LANGUAGES CXX)

# Try to import all Python components potentially needed by nanobind
find_package(Python 3.11
find_package(Python
REQUIRED COMPONENTS Interpreter Development.Module
OPTIONAL_COMPONENTS Development.SABIModule)

Expand Down

0 comments on commit 13a7b8e

Please sign in to comment.