We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4a417f + 587312d commit 497e5caCopy full SHA for 497e5ca
ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
@@ -151,7 +151,7 @@ install(TARGETS tiff
151
ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR})
152
endif ()
153
154
-if (NOT_VTK_INSTALL_NO_DEVELOPMENT) # XXX(kitware): install headers when VTK does
+if (NOT VTK_INSTALL_NO_DEVELOPMENT) # XXX(kitware): install headers when VTK does
155
install(FILES ${tiff_HEADERS} ${nodist_tiff_HEADERS}
156
DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR}")
157
0 commit comments