Skip to content

Commit 33fa047

Browse files
authored
Merge pull request #466 from hjmjohnson/fix-cmp0177-writeanimage
COMP: Fix CMP0177 install-path warning in WriteAnImage
2 parents 71aace7 + 4c6b91f commit 33fa047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/IO/ImageBase/WriteAnImage/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ target_link_libraries(${PROJECT_NAME}
1313
)
1414

1515
install(TARGETS ${PROJECT_NAME}
16-
DESTINATION bin/ITKSphinxExamples/Base/
16+
DESTINATION bin/ITKSphinxExamples/Base
1717
COMPONENT Runtime
1818
)
1919

2020
install(FILES Code.cxx CMakeLists.txt
21-
DESTINATION share/ITKSphinxExamples/Code/Base//WriteAnImage
21+
DESTINATION share/ITKSphinxExamples/Code/Base/WriteAnImage
2222
COMPONENT Code
2323
)
2424

0 commit comments

Comments
 (0)