Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 579e0a92 authored by Christof Metzger-Kraus's avatar Christof Metzger-Kraus
Browse files

CMake can't find header files if path isn't provided

parent 63085471
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ ELSE (H5Hut_FOUND)
ENDIF (H5Hut_FOUND)
include (CheckIncludeFile)
CHECK_INCLUDE_FILE (H5_file_attribs.h HAVE_API2_FUNCTIONS "-DPARALLEL_IO")
CHECK_INCLUDE_FILE (H5_file_attribs.h HAVE_API2_FUNCTIONS "-I${H5Hut_INCLUDE_DIR} -DPARALLEL_IO")
IF (HAVE_API2_FUNCTIONS)
MESSAGE (STATUS "H5hut version is >= 2")
......
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