Skip to content

Commit

Permalink
adding a path to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Jun 9, 2024
1 parent 1d4b4ef commit 2483a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(UseSWIG)
list(APPEND CMAKE_SWIG_FLAGS "-py3;-DPY3;-keyword")

# Setup for Python linking
find_package(Python3 REQUIRED COMPONENTS Interpreter Development PATHS $ENV{CONDA_PREFIX})
find_package(Python3 REQUIRED COMPONENTS Interpreter Development HINTS $ENV{CONDA_PREFIX})

# Setup for wrapper library
set(PYSPICEQL_OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/pyspiceql")
Expand Down

0 comments on commit 2483a24

Please sign in to comment.