Skip to content

Commit

Permalink
specify component Development.Module only for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabinsch committed Mar 6, 2023
1 parent 285e1db commit cd6477b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set(PYTHON_COMPONENTS Development.Module)

if(NOT WIN32)
set(PYTHON_COMPONENTS Development.Module)
endif()
include(../../cmake-module/python.cmake)

findpython(REQUIRED Development.Module)
Expand Down

0 comments on commit cd6477b

Please sign in to comment.