Skip to content

Commit

Permalink
Use GTest:: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 13, 2023
1 parent 5a93628 commit e229dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/cmdline/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ add_executable(cmdline_tests
target_link_libraries(cmdline_tests
PRIVATE
Boost::boost
gtest_main
gmock_main)
GTest::gtest_main
GTest::gmock_main)

target_include_directories(cmdline_tests PRIVATE ../src)
target_compile_features(cmdline_tests PRIVATE cxx_std_17)
Expand Down
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target_link_libraries(ftp_tests
ftp::ftp
Boost::boost
Boost::filesystem
gtest_main
gmock_main)
GTest::gtest_main
GTest::gmock_main)

add_test(ftp_tests ftp_tests)

0 comments on commit e229dd4

Please sign in to comment.