Skip to content

Commit cd6477b

Browse files
committed
specify component Development.Module only for unix
1 parent 285e1db commit cd6477b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bindings/python/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
set(PYTHON_COMPONENTS Development.Module)
2-
1+
if(NOT WIN32)
2+
set(PYTHON_COMPONENTS Development.Module)
3+
endif()
34
include(../../cmake-module/python.cmake)
45

56
findpython(REQUIRED Development.Module)

0 commit comments

Comments
 (0)