Skip to content

Commit d32aeaf

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
2 parents b64e428 + 32c3edc commit d32aeaf

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

flang/unittests/Evaluate/CMakeLists.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@ add_flang_nongtest_unittest(integer
2626
FortranSemantics
2727
)
2828

29-
if (FLANG_INCLUDE_RUNTIME)
30-
add_flang_nongtest_unittest(intrinsics
31-
FortranSupport
32-
NonGTestTesting
33-
FortranEvaluate
34-
FortranDecimal
35-
FortranSemantics
36-
FortranParser
37-
flang_rt
38-
)
39-
endif ()
29+
add_flang_nongtest_unittest(intrinsics
30+
FortranSupport
31+
NonGTestTesting
32+
FortranEvaluate
33+
FortranDecimal
34+
FortranSemantics
35+
FortranParser
36+
flang_rt
37+
)
4038

4139
add_flang_nongtest_unittest(logical
4240
NonGTestTesting

0 commit comments

Comments
 (0)