Skip to content

Commit

Permalink
Fix documentation in FindGtest.cmake
Browse files Browse the repository at this point in the history
thanks to Jose Luis Rivero in debian-science@.
  • Loading branch information
jspricke committed Aug 7, 2015
1 parent d42cf9c commit da5a6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindGtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This sets the following variables:
# GTEST_FOUND - True if GTest was found.
# GTEST_INCLUDE_DIRS - Directories containing the GTest include files.
# GTEST_SRC - Directories containing the GTest source files.
# GTEST_SRC_DIR - Directories containing the GTest source files.

if(CMAKE_SYSTEM_NAME STREQUAL Linux)
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} /usr /usr/local)
Expand Down

0 comments on commit da5a6ba

Please sign in to comment.