Skip to content

Commit 3bcbb3c

Browse files
committed
COMP: Fix configure warning: install() DESTINATION paths are normalized
The warning message was: CMake Warning (dev) at src/IO/ImageBase/WriteAnImage/CMakeLists.txt:16 (install): Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run "cmake --help-policy CMP0177" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.
1 parent 5708f5b commit 3bcbb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/ImageBase/WriteAnImage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install(TARGETS ${PROJECT_NAME}
1414
)
1515

1616
install(FILES Code.cxx CMakeLists.txt
17-
DESTINATION share/ITKSphinxExamples/Code/Base//WriteAnImage
17+
DESTINATION share/ITKSphinxExamples/Code/Base/WriteAnImage
1818
COMPONENT Code
1919
)
2020

0 commit comments

Comments
 (0)