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 f80c279 commit 5448b16Copy full SHA for 5448b16
flang-rt/unittests/CMakeLists.txt
@@ -24,7 +24,7 @@ endif ()
24
25
if (NOT TARGET default_gtest)
26
message(WARNING "Flang-RT unittests disabled due to GTest being unavailable; "
27
- "Try LLVM_INSTALL_GTEST=ON for the LLVM build")
+ "FLANG_RT_INCLUDE_TESTS=ON requires LLVM_INCLUDE_TESTS=ON")
28
return ()
29
endif ()
30
0 commit comments