Switch googletest submodule to latest commit of github.com/google/googletest.git

This commit is contained in:
Sébastien Rombauts 2016-08-01 22:27:31 +02:00
parent b99e8c62e9
commit 1470735e94
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "googletest"]
path = googletest
url = https://chromium.googlesource.com/external/googletest.git
url = https://github.com/google/googletest.git

View File

@ -258,7 +258,7 @@ if (SQLITECPP_BUILD_TESTS)
message(FATAL_ERROR "Missing 'googletest' submodule! Either use 'git init submodule' and 'git update submodule' to get googletest according to the README, or deactivate unit tests with -DSQLITECPP_BUILD_TESTS=OFF")
endif ()
add_subdirectory(googletest)
include_directories("${PROJECT_SOURCE_DIR}/googletest/include")
include_directories("${PROJECT_SOURCE_DIR}/googletest/googletest/include")
# add the unit test executable
add_executable(SQLiteCpp_tests ${SQLITECPP_TESTS})

@ -1 +1 @@
Subproject commit 23574bf2333f834ff665f894c97bef8a5b33a0a9
Subproject commit ec44c6c1675c25b9827aacd08c02433cccde7780