Skip to content

Commit 5448b16

Browse files
committed
Adjust warning message
1 parent f80c279 commit 5448b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/unittests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif ()
2424

2525
if (NOT TARGET default_gtest)
2626
message(WARNING "Flang-RT unittests disabled due to GTest being unavailable; "
27-
"Try LLVM_INSTALL_GTEST=ON for the LLVM build")
27+
"FLANG_RT_INCLUDE_TESTS=ON requires LLVM_INCLUDE_TESTS=ON")
2828
return ()
2929
endif ()
3030

0 commit comments

Comments
 (0)