We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75342d3 commit ffed5faCopy full SHA for ffed5fa
flang-rt/lib/CMakeLists.txt
@@ -6,7 +6,7 @@
6
#
7
#===------------------------------------------------------------------------===#
8
9
-if (FLANG_RT_ENABLE_STATIC OR FLANG_RT_ENABLE_SHARE)
+if (FLANG_RT_ENABLE_STATIC OR FLANG_RT_ENABLE_SHARED)
10
add_subdirectory(quadmath)
11
add_subdirectory(runtime)
12
if (FLANG_RT_INCLUDE_CUF)
flang-rt/lib/runtime/CMakeLists.txt
@@ -192,7 +192,7 @@ set_property(SOURCE
192
193
# Import changes from flang_rt.quadmath
194
set(f128_sources "")
195
-if (TARGET f128_sources)
+if (TARGET FortranFloat128MathILib)
196
get_target_property(f128_sources
197
FortranFloat128MathILib INTERFACE_SOURCES
198
)
0 commit comments