Skip to content

Commit

Permalink
Change googletest search path for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Jun 10, 2016
1 parent 47d7320 commit ce3ca58
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ce3ca58

Please sign in to comment.