mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 02:36:04 -04:00
Switch googletest submodule to latest commit of github.com/google/googletest.git
This commit is contained in:
parent
b99e8c62e9
commit
1470735e94
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "googletest"]
|
[submodule "googletest"]
|
||||||
path = googletest
|
path = googletest
|
||||||
url = https://chromium.googlesource.com/external/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
|
@ -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")
|
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 ()
|
endif ()
|
||||||
add_subdirectory(googletest)
|
add_subdirectory(googletest)
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/googletest/include")
|
include_directories("${PROJECT_SOURCE_DIR}/googletest/googletest/include")
|
||||||
|
|
||||||
# add the unit test executable
|
# add the unit test executable
|
||||||
add_executable(SQLiteCpp_tests ${SQLITECPP_TESTS})
|
add_executable(SQLiteCpp_tests ${SQLITECPP_TESTS})
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 23574bf2333f834ff665f894c97bef8a5b33a0a9
|
Subproject commit ec44c6c1675c25b9827aacd08c02433cccde7780
|
Loading…
x
Reference in New Issue
Block a user