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.
2 parents 48003e8 + 0d9f0b2 commit 98a8a16Copy full SHA for 98a8a16
Sources/_NumericsShims/CMakeLists.txt
@@ -10,5 +10,7 @@ See https://swift.org/LICENSE.txt for license information
10
add_library(_NumericsShims INTERFACE)
11
target_include_directories(_NumericsShims INTERFACE
12
include)
13
+target_link_libraries(_NumericsShims INTERFACE
14
+ $<$<PLATFORM_ID:Linux>:m>)
15
16
set_property(GLOBAL APPEND PROPERTY SWIFT_NUMERICS_EXPORTS _NumericsShims)
0 commit comments