Skip to content

Commit 03d7e12

Browse files
committed
FIX CMAKELISTS
1 parent c497652 commit 03d7e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ if(BUILD_TESTING)
704704
FetchContent_MakeAvailable(googletest)
705705
endif()
706706
# TODO: Try the GoogleTest module.
707-
# https://cmake.org/cmake/help/latest/module/GoogleTest.html\
707+
# https://cmake.org/cmake/help/latest/module/GoogleTest.html
708708
add_subdirectory(tests) # Contains integration tests
709709

710710
function(AddTest) # function for UT

0 commit comments

Comments
 (0)