diff --git a/CMakeModules/FindGTest.cmake b/CMakeModules/FindGTest.cmake index 1b5784bd5c4a906e902b4362d50745cf2f567781..371778229c62a64dbe2e2087972460abdfb1eabe 100644 --- a/CMakeModules/FindGTest.cmake +++ b/CMakeModules/FindGTest.cmake @@ -30,20 +30,6 @@ set( GTEST_BOTH_LIBRARIES ${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 ${GTEST_INCLUDE_DIR} )