Skip to content

Commit 6bb9de2

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
2 parents 1b988f0 + f4729e6 commit 6bb9de2

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)