Skip to content

Commit 497e5ca

Browse files
David E. DeMarlekwrobot
David E. DeMarle
authored andcommitted
Merge topic 'bump-tiff' into release
587312d Merge branch 'upstream-tiff' into release 55534d2 tiff 2017-12-05 (818c6fed) Acked-by: Kitware Robot <[email protected]> Acked-by: Ben Boeckel <[email protected]> Merge-request: !3661
2 parents d4a417f + 587312d commit 497e5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ install(TARGETS tiff
151151
ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR})
152152
endif ()
153153

154-
if (NOT_VTK_INSTALL_NO_DEVELOPMENT) # XXX(kitware): install headers when VTK does
154+
if (NOT VTK_INSTALL_NO_DEVELOPMENT) # XXX(kitware): install headers when VTK does
155155
install(FILES ${tiff_HEADERS} ${nodist_tiff_HEADERS}
156156
DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR}")
157157
endif ()

0 commit comments

Comments
 (0)