Skip to content

Commit be8779c

Browse files
committed
Rename cmake option
1 parent 262ab7e commit be8779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (NOT ${ITK_WRAP_PYTHON})
2222
)
2323
endif()
2424

25-
option(INCLUDE_ITK_SHARED_LIBRARIES "Include ITK shared libraries to wheel package" ON)
25+
option(INCLUDE_ITK_SHARED_LIBS "Include ITK shared libraries to wheel package" ON)
2626

2727
set(ITK_PACKAGE_VERSION "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}.${ITK_VERSION_PATCH}")
2828

@@ -65,7 +65,7 @@ set(GLOB_COPY_FILES
6565
"*.pyd"
6666
)
6767

68-
if(INCLUDE_ITK_SHARED_LIBRARIES)
68+
if(INCLUDE_ITK_SHARED_LIBS)
6969
list(APPEND GLOB_COPY_FILES
7070
"*.dll"
7171
"*.so"

0 commit comments

Comments
 (0)