Skip to content

Commit

Permalink
Merge pull request #656 from miloyip/pr/651
Browse files Browse the repository at this point in the history
Fix cmake build with new gtest reference
  • Loading branch information
miloyip authored Jun 10, 2016
2 parents e6895ec + ce3ca58 commit ba54d02
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 "thirdparty/gtest"]
path = thirdparty/gtest
url = https://chromium.googlesource.com/external/googletest.git
url = https://github.com/google/googletest.git
2 changes: 1 addition & 1 deletion CMakeModules/FindGTestSrc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

SET(GTEST_SEARCH_PATH
"${GTEST_SOURCE_DIR}"
"${CMAKE_CURRENT_LIST_DIR}/../thirdparty/gtest")
"${CMAKE_CURRENT_LIST_DIR}/../thirdparty/gtest/googletest")

IF(UNIX)
IF(RAPIDJSON_BUILD_THIRDPARTY_GTEST)
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/gtest
Submodule gtest updated 324 files

0 comments on commit ba54d02

Please sign in to comment.