Skip to content

Commit

Permalink
update pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
kungjim committed Sep 17, 2023
1 parent 7ad44b8 commit 8be6a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ include_directories(include)
include_directories(/usr/local/include)
include_directories(/usr/include)

find_package(Python REQUIRED)
set(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE})

find_package(Python COMPONENTS Interpreter Development)
include_directories(${Python_INCLUDE_DIRS})

message(STATUS "PYTHON_LIBRARIES = ${PYTHON_LIBRARIES}")
Expand Down

0 comments on commit 8be6a98

Please sign in to comment.