Skip to content

Commit 3316ac5

Browse files
authored
Merge pull request #200 from melrobin/Sphinx_fix
Small changes to fix missing Code.py files
2 parents fc19df8 + 5997992 commit 3316ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/Common/ConvertArrayToImage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install(TARGETS ConvertArrayToImage
1414
COMPONENT Runtime
1515
)
1616

17-
install(FILES Code.cxx CMakeLists.txt Code.py
17+
install(FILES Code.cxx CMakeLists.txt
1818
DESTINATION share/ITKExamples/Code/Core/Common/ConvertArrayToImage/
1919
COMPONENT Code
2020
)

src/Core/Common/ImportPixelBufferIntoAnImage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install(TARGETS ImportPixelBufferIntoAnImage
1414
COMPONENT Runtime
1515
)
1616

17-
install(FILES Code.cxx CMakeLists.txt Code.py
17+
install(FILES Code.cxx CMakeLists.txt
1818
DESTINATION share/ITKExamples/Code/Core/Common/ImportPixelBufferIntoAnImage/
1919
COMPONENT Code
2020
)

0 commit comments

Comments
 (0)