Commit a0a361d2 authored by Milo Yip's avatar Milo Yip

Merge pull request #292 from shindo/pull-FindPackageHandleStandardArgs

fixed 'Unknown CMake command "find_package_handle_standard_args"'
parents 02aa12a2 2e0a2f61
......@@ -17,6 +17,7 @@ FIND_PATH(GTEST_INCLUDE_DIR
PATH_SUFFIXES include
PATHS ${GTEST_SEARCH_PATH})
INCLUDE(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GTestSrc DEFAULT_MSG
GTEST_SOURCE_DIR
GTEST_INCLUDE_DIR)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment