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 bc1d7aeb authored by kraus's avatar kraus
Browse files

remove comment

parent 2de740c4
No related branches found
No related tags found
No related merge requests found
...@@ -30,20 +30,6 @@ set( GTEST_BOTH_LIBRARIES ...@@ -30,20 +30,6 @@ set( GTEST_BOTH_LIBRARIES
${GTEST_LIBRARY_MAIN} ${GTEST_LIBRARY_MAIN}
) )
# ``GTEST_INCLUDE_DIRS``
# the directory containing the Google Test headers
#
# The library variables below are set as normal variables. These
# contain debug/optimized keywords when a debugging library is found.
#
# ``GTEST_LIBRARIES``
# The Google Test ``gtest`` library; note it also requires linking
# with an appropriate thread library
# ``GTEST_MAIN_LIBRARIES``
# The Google Test ``gtest_main`` library
# ``GTEST_BOTH_LIBRARIES``
#
set (GTEST_INCLUDE_DIRS set (GTEST_INCLUDE_DIRS
${GTEST_INCLUDE_DIR} ${GTEST_INCLUDE_DIR}
) )
......
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