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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user