Skip to content

Commit

Permalink
[python] try: only Development.Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Nov 16, 2023
1 parent dbce8ee commit 1569d89
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 @@ -91,7 +91,7 @@ add_subdirectory(docs)
endif()

if(ROLLNW_BUILD_PYTHON)
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
include_directories(profiles/)
add_subdirectory(external/pybind11)
add_subdirectory(rollnw-py)
Expand Down

0 comments on commit 1569d89

Please sign in to comment.