Skip to content

Commit 2b5443e

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
2 parents 8b4496a + 57e9dd1 commit 2b5443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/tools/f18/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (NOT CMAKE_CROSSCOMPILING)
7272
set(depends ${FLANG_INTRINSIC_MODULES_DIR}/__cuda_builtins.mod)
7373
else()
7474
set(depends ${FLANG_INTRINSIC_MODULES_DIR}/__fortran_builtins.mod)
75-
if(${filename} STREQUAL "iso_fortran_env" AND FLANG_INCLUDE_RUNTIME)
75+
if(${filename} STREQUAL "iso_fortran_env")
7676
set(depends ${depends} ${FLANG_INTRINSIC_MODULES_DIR}/iso_fortran_env_impl.mod)
7777
endif()
7878
if(${filename} STREQUAL "ieee_arithmetic" OR

0 commit comments

Comments
 (0)