Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Florian Maurin
xdmf
Commits
f5c5f92f
Commit
f5c5f92f
authored
Dec 16, 2019
by
Ben Boeckel
⛰
Browse files
Merge branch 'fix-install-include-dir' into 'for/vtk'
Fix the installed header search path. See merge request
third-party/xdmf!1
parents
7bccc3d3
82ed2311
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/CMakeLists.txt
View file @
f5c5f92f
...
...
@@ -171,7 +171,7 @@ target_include_directories(vtkxdmfcore
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
>"
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/../CMake/VersionSuite>"
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_BINARY_DIR
}
>"
"$<INSTALL_INTERFACE:
${
_vtk_build_HEADERS_DESTINATION
}
/vtkxd
f
m3/core>"
)
"$<INSTALL_INTERFACE:
${
_vtk_build_HEADERS_DESTINATION
}
/vtkxdm
f
3/core>"
)
target_link_libraries
(
vtkxdmfcore
PUBLIC
VTK::libxml2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment