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 2f797896 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

add a target makeOPALrevision'

parent 7f4ab2a1
No related branches found
No related tags found
1 merge request!19Drift-0 ro Drift-2
......@@ -278,12 +278,10 @@ add_custom_target(
src/OPALrevision.h
)
add_custom_command(
OUTPUT src/OPALrevision.h
COMMAND ./gen_OPALrevision
add_custom_target(makeOPALrevision
# OUTPUT src/OPALrevision.h
COMMAND ${CMAKE_SOURCE_DIR}/gen_OPALrevision
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
DEPENDS
# always_rebuild
)
add_subdirectory (src)
......
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