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 fd4c214 commit b64e428Copy full SHA for b64e428
flang/test/CMakeLists.txt
@@ -126,5 +126,7 @@ if (DEFINED FLANG_TEST_TARGET_TRIPLE)
126
endif()
127
128
# Compatibility targets.
129
-add_custom_target(check-flang-rt)
130
-add_dependencies(check-flang-rt check-flang)
+if (FLANG_INCLUDE_RUNTIME)
+ add_custom_target(check-flang-rt)
131
+ add_dependencies(check-flang-rt check-flang)
132
+endif ()
0 commit comments