We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e7202 commit 2a25d50Copy full SHA for 2a25d50
tests/CMakeLists.txt
@@ -41,6 +41,8 @@ else ()
41
endif ()
42
if (NOT DEFINED GTEST_INCLUDE_DIR)
43
message(FATAL_ERROR "Could not find headers for gtest!")
44
+else()
45
+ message(STATUS "gtest include directory: ${GTEST_INCLUDE_DIR}")
46
47
48
if ((EXISTS "${GTEST_ROOT}/lib/libgtest_main.a"
@@ -54,6 +56,8 @@ else ()
54
56
55
57
if (NOT DEFINED GTEST_LIBRARY_DIR)
58
message(FATAL_ERROR "Could not find library for gtest!")
59
60
+ message(STATUS "gtest library directory: ${GTEST_LIBRARY_DIR}")
61
62
63
message(STATUS "googletest root directory: ${GTEST_ROOT}")
0 commit comments