Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix: removed required property
  • Loading branch information
PawelKorsak committed Mar 26, 2026
commit f93e357624a01ce66d69bc061c15d75f6a31cf25
2 changes: 1 addition & 1 deletion pycandle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(pyCandle)

set(CMAKE_BUILD_TYPE Release)

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
find_package(Python COMPONENTS Interpreter Development.Module)
add_subdirectory(3rd_party/pybind11)
message(${CMAKE_SOURCE_DIR})
pybind11_add_module(pyCandle MODULE src/bindings.cpp)
Expand Down
Loading