Skip to content

Commit

Permalink
Changed prefix hint for gtest src (#3331)
Browse files Browse the repository at this point in the history
Changed prefix hint for gtest src
  • Loading branch information
taketwo authored Sep 13, 2019
2 parents 01c480a + a799c61 commit 102f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindGTestSource.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ find_path(GTEST_SRC_DIR src/gtest-all.cc
PATHS "$ENV{PROGRAMFILES}/gtest-1.7.0" "$ENV{PROGRAMW6432}/gtest-1.7.0"
PATH /usr/src/googletest/googletest
PATH /usr/src/gtest
PATH_SUFFIXES gtest usr/src/gtest)
PATH_SUFFIXES gtest src/gtest googletest/googletest)

set(GTEST_INCLUDE_DIRS ${GTEST_INCLUDE_DIR})
set(CMAKE_FIND_FRAMEWORK)
Expand Down

0 comments on commit 102f389

Please sign in to comment.