We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71aace7 + 4c6b91f commit 33fa047Copy full SHA for 33fa047
1 file changed
src/IO/ImageBase/WriteAnImage/CMakeLists.txt
@@ -13,12 +13,12 @@ target_link_libraries(${PROJECT_NAME}
13
)
14
15
install(TARGETS ${PROJECT_NAME}
16
- DESTINATION bin/ITKSphinxExamples/Base/
+ DESTINATION bin/ITKSphinxExamples/Base
17
COMPONENT Runtime
18
19
20
install(FILES Code.cxx CMakeLists.txt
21
- DESTINATION share/ITKSphinxExamples/Code/Base//WriteAnImage
+ DESTINATION share/ITKSphinxExamples/Code/Base/WriteAnImage
22
COMPONENT Code
23
24
0 commit comments