Skip to content

Commit

Permalink
fix: remove link to libm in measure filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 28, 2022
1 parent 112f52d commit 3eb442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/measure/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (MSVC)
set (F_SOURCES ${F_SOURCES} ${FREI0R_DEF})
endif (MSVC)

link_libraries(m)
# link_libraries(m)
add_library (pr0be MODULE ${B_SOURCES})
add_library (pr0file MODULE ${F_SOURCES})

Expand Down

0 comments on commit 3eb442f

Please sign in to comment.