File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ else ()
262262 add_custom_target (check-flang-rt)
263263endif ()
264264
265+
265266###################
266267# Install headers #
267268###################
Original file line number Diff line number Diff line change @@ -193,10 +193,11 @@ set_property(SOURCE
193193# Import changes from flang_rt.quadmath
194194set (f128_sources "" )
195195if (TARGET FortranFloat128MathILib)
196- get_target_property (f128_sources
196+ get_target_property (_propval
197197 FortranFloat128MathILib INTERFACE_SOURCES
198198 )
199- if (f128_sources)
199+ if (_propval)
200+ set (f128_sources "${_propval} " )
200201 # The interface may define special macros for Float128Math files,
201202 # so we need to propagate them.
202203 get_target_property (f128_defs
You can’t perform that action at this time.
0 commit comments