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 8794d40e authored by gsell's avatar gsell
Browse files

Merge branch 'fix_for_issue_21' into 'master'

fixes #21: add OPAL include directories at the beginning

See merge request !4
parents d62a5977 90884957
No related branches found
No related tags found
2 merge requests!8Resolve "Failed to open h5 file",!4fixes #21: add OPAL include directories at the beginning
......@@ -145,7 +145,7 @@ SET (MAKE_DEF
INCLUDE_DIRECTORIES (
${CMAKE_CURRENT_SOURCE_DIR}
BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
)
IF (ENABLE_DKS)
......
......@@ -73,7 +73,7 @@ add_subdirectory (ValueDefinitions)
add_sources (opal.cpp)
include_directories (
include_directories ( BEFORE
${OPAL_SRC_DIR}
${CLASSIC_SRC_DIR}
${IPPL_INCLUDE_DIR}
......
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