We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c497652 commit 03d7e12Copy full SHA for 03d7e12
CMakeLists.txt
@@ -704,7 +704,7 @@ if(BUILD_TESTING)
704
FetchContent_MakeAvailable(googletest)
705
endif()
706
# TODO: Try the GoogleTest module.
707
- # https://cmake.org/cmake/help/latest/module/GoogleTest.html\
+ # https://cmake.org/cmake/help/latest/module/GoogleTest.html
708
add_subdirectory(tests) # Contains integration tests
709
710
function(AddTest) # function for UT
0 commit comments