Change googletest search path for cmake

This commit is contained in:
Milo Yip 2016-06-10 10:15:45 +08:00
parent 47d7320096
commit ce3ca58fee
1 changed files with 1 additions and 1 deletions

View File

@ -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)