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 b78cf4cc authored by iff's avatar iff
Browse files

src::CMakeLists: fix names of generated headers

parent a5536c72
No related branches found
No related tags found
No related merge requests found
...@@ -156,9 +156,9 @@ install (TARGETS opal RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") ...@@ -156,9 +156,9 @@ install (TARGETS opal RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
install (TARGETS OPALib DESTINATION "${CMAKE_INSTALL_PREFIX}/lib") install (TARGETS OPALib DESTINATION "${CMAKE_INSTALL_PREFIX}/lib")
set (HDRS set (HDRS
config.h OPALconfig.h
opal.h opal.h
revision.h OPALrevision.h
changes.h changes.h
) )
......
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