Skip to content

Commit

Permalink
Remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
Flogex committed Jan 25, 2025
1 parent d542763 commit 9926acd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ if (USE_SYSTEM_DEPENDENCIES)
target_link_libraries(${PROJECT_NAME} PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main faker-cxx)
else ()
add_subdirectory("${PARENT_DIR}/externals/googletest" "${CMAKE_BINARY_DIR}/googletest")
include(GoogleTest)
gtest_discover_tests(${PROJECT_NAME})

set(GTEST_INCLUDE_DIR "${PARENT_DIR}/externals/googletest/googletest/include")
set(GMOCK_INCLUDE_DIR "${PARENT_DIR}/externals/googletest/googlemock/include")
Expand Down

0 comments on commit 9926acd

Please sign in to comment.