1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Only include googletest if the git submodule has been fetched.

This commit is contained in:
Matias Fontanini
2015-04-23 19:43:00 -07:00
parent c5b9afaf83
commit 745ebfb904
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
IF(gtest_BINARY_DIR)
MESSAGE(STATUS "Using googletest submodule")
MESSAGE(STATUS "Using googletest git submodule.")
SET(GTEST_FOUND true)
ELSE()
FIND_PACKAGE(GTest)