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 d3e2c3e commit 27e2e0eCopy full SHA for 27e2e0e
CMakeLists.txt
@@ -237,7 +237,7 @@ option(Cabana_INSTALL_TEST_EXECUTABLES "Install Cabana test executables" OFF)
237
238
if(Cabana_ENABLE_TESTING)
239
find_package(GTest 1.10 CONFIG)
240
- if(Gtest_FOUND)
+ if(GTest_FOUND)
241
message(STATUS "Gtest found")
242
else()
243
message(STATUS "Gtest not found: fetching")
0 commit comments