Skip to content

Commit 43164f3

Browse files
committed
Make iso_c_bind OBJECT libraries so that no linking is done
1 parent 056b8a5 commit 43164f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/flang/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,11 @@ SET(FTN_SUPPORT
477477
xfer_rpm1.c
478478
)
479479

480-
add_library(iso_c_bind
480+
add_library(iso_c_bind OBJECT
481481
iso_c_bind.F95
482482
)
483483

484-
add_library(ieee_arithmetic
484+
add_library(ieee_arithmetic OBJECT
485485
ieee_arithmetic.F95
486486
ieee_exceptions.F95
487487
)

0 commit comments

Comments
 (0)