Skip to content

Commit a58826b

Browse files
committed
DOC: Document that ITK_WRAPPING is equivalent to ITK_WRAP_PYTHON
1 parent b533f06 commit a58826b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Wrapping/WrappingOptions.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ if(ITK_WRAP_PYTHON)
66
if(NOT ITK_DYNAMIC_LOADING)
77
message(FATAL_ERROR "Wrapping requires ITK_DYNAMIC_LOADING to be ON")
88
endif()
9-
# ITK_WRAPPING is an internal variable
9+
# ITK_WRAPPING is an internal variable that is always the same value as ITK_WRAP_PYTHON
10+
# since python is the only valid wrapped language
1011
set(ITK_WRAPPING ON CACHE INTERNAL "Build external languages support" FORCE)
1112
else()
1213
set(ITK_WRAPPING OFF CACHE INTERNAL "Build external languages support" FORCE)

0 commit comments

Comments
 (0)