Skip to content

Commit f4729e6

Browse files
committed
Conditionalize runtime example
1 parent aa1770b commit f4729e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flang/examples/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
add_subdirectory(ExternalHelloWorld)
1+
if (FLANG_INCLUDE_RUNTIME)
2+
add_subdirectory(ExternalHelloWorld)
3+
endif ()
24
add_subdirectory(PrintFlangFunctionNames)
35
add_subdirectory(FlangOmpReport)
46
add_subdirectory(FeatureList)

0 commit comments

Comments
 (0)