Skip to content

Commit

Permalink
Switch googletest submodule to latest commit of github.com/google/goo…
Browse files Browse the repository at this point in the history
…gletest.git
  • Loading branch information
SRombauts committed Aug 1, 2016
1 parent b99e8c6 commit 1470735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "googletest"]
path = googletest
url = https://chromium.googlesource.com/external/googletest.git
url = https://github.com/google/googletest.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion googletest

0 comments on commit 1470735

Please sign in to comment.