Skip to content
Snippets Groups Projects
Commit a090b2c6 authored by T.J. Corona's avatar T.J. Corona
Browse files

Fix the install location for vtk_jsoncpp_fwd.h.

parent 474b07c8
No related branches found
Tags v3.6.0-rc1
No related merge requests found
......@@ -11,6 +11,6 @@ configure_file(
if (NOT VTK_INSTALL_NO_DEVELOPMENT)
install(
FILES "${CMAKE_CURRENT_BINARY_DIR}/vtk_jsoncpp_fwd.h"
DESTINATION "${VTK_INSTALL_INCLUDE_DIR}/vtk_jsoncpp"
DESTINATION "${VTK_INSTALL_INCLUDE_DIR}"
COMPONENT Development)
endif ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment