Skip to content

Commit 27e2e0e

Browse files
JBludaustreeve
andauthored
Update CMakeLists.txt
Co-authored-by: Sam Reeve <[email protected]>
1 parent d3e2c3e commit 27e2e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ option(Cabana_INSTALL_TEST_EXECUTABLES "Install Cabana test executables" OFF)
237237

238238
if(Cabana_ENABLE_TESTING)
239239
find_package(GTest 1.10 CONFIG)
240-
if(Gtest_FOUND)
240+
if(GTest_FOUND)
241241
message(STATUS "Gtest found")
242242
else()
243243
message(STATUS "Gtest not found: fetching")

0 commit comments

Comments
 (0)