Skip to content

Commit 99f3e07

Browse files
committed
Remove unneeded line
1 parent 6b2f7a6 commit 99f3e07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ file (GLOB_RECURSE SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
1010
add_executable(cpp11training ${SOURCES})
1111
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
1212
target_link_libraries(cpp11training gtest gmock_main)
13-
# target_link_libraries(cpp11training PUBLIC GTest::main)

0 commit comments

Comments
 (0)