Skip to content

Commit bb608c3

Browse files
authored
CMake: Fix pkgconfig file
1 parent a5426ea commit bb608c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ check_type_size ("unsigned long" SIZEOF_UNSIGNED_LONG)
106106

107107
find_library(M_LIBRARY m)
108108
if (M_LIBRARY)
109-
set (LIBS_PRIVATE "-l${M_LIBRARY}")
109+
set (LIBS_PRIVATE "-lm")
110110
endif()
111111

112112
if (NOT DEFINED HAVE_FPCLASSIFY)

0 commit comments

Comments
 (0)