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 ec16be5e authored by Achim Gsell's avatar Achim Gsell
Browse files

typo fixed in CMakeList.txt, fixes #214

parent 5b9527c6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ add_compile_options (-Wall)
# compiler dependent flags
if ( ${CMAKE_CXX_COMPILER_ID} STREQUAL "Intel" )
add_comile_options (-diag-disable 383 -diag-disable 981)
add_compile_options (-diag-disable 383 -diag-disable 981)
if (ENABLE_OpenMP)
add_compile_options (-openmp)
endif ()
......
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