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

boost::chrono removed from CMakeList.txt

parent f8d5cd4d
No related branches found
No related tags found
1 merge request!657Resolve "replace boost::chrono with std::chrono"
......@@ -174,7 +174,7 @@ if (NOT ${WILL_BUILD_SHARED_LIBRARY})
endif ()
set (Boost_USE_MULTITHREADED OFF)
set (Boost_USE_STATIC_RUNTIME OFF)
set (Boost_LIBS chrono filesystem iostreams regex serialization system timer)
set (Boost_LIBS filesystem iostreams regex serialization system timer)
find_package (Boost 1.66.0
REQUIRED COMPONENTS ${Boost_LIBS})
if(UNIX AND NOT APPLE)
......
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