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

fixes #21: add OPAL include directories at the beginning

parent d62a5977
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ SET (MAKE_DEF ...@@ -145,7 +145,7 @@ SET (MAKE_DEF
INCLUDE_DIRECTORIES ( INCLUDE_DIRECTORIES (
${CMAKE_CURRENT_SOURCE_DIR} BEFORE ${CMAKE_CURRENT_SOURCE_DIR}
) )
IF (ENABLE_DKS) IF (ENABLE_DKS)
......
...@@ -73,7 +73,7 @@ add_subdirectory (ValueDefinitions) ...@@ -73,7 +73,7 @@ add_subdirectory (ValueDefinitions)
add_sources (opal.cpp) add_sources (opal.cpp)
include_directories ( include_directories ( BEFORE
${OPAL_SRC_DIR} ${OPAL_SRC_DIR}
${CLASSIC_SRC_DIR} ${CLASSIC_SRC_DIR}
${IPPL_INCLUDE_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