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 f47470ad authored by snuverink_j's avatar snuverink_j
Browse files

Merge branch '483-compiler-warnings-from-boost-headers-stops-compilation' into 'master'

Resolve "Compiler warnings from boost headers stops compilation"

Closes #483

See merge request !300
parents 9444102d 76854981
No related branches found
No related tags found
1 merge request!300Resolve "Compiler warnings from boost headers stops compilation"
......@@ -136,7 +136,7 @@ find_package (Boost 1.60.0
message ("Found Boost include dir: ${Boost_INCLUDE_DIR}")
message ("Found Boost library dir: ${Boost_LIBRARY_DIR}")
message ("Found Boost libraries: ${Boost_LIBRARIES}")
include_directories (${Boost_INCLUDE_DIRS})
include_directories (SYSTEM ${Boost_INCLUDE_DIRS})
option (ENABLE_DKS "Enable DKS" OFF)
if (ENABLE_DKS)
......
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