Kouhei Sutou
null+****@clear*****
Thu May 5 22:57:31 JST 2016
Kouhei Sutou 2016-05-05 22:57:31 +0900 (Thu, 05 May 2016) New Revision: 08f497616950fb5b1d04fc223e24643c8dff207b https://github.com/groonga/groonga/commit/08f497616950fb5b1d04fc223e24643c8dff207b Message: cmake: link -lm if it exists Modified files: plugins/functions/CMakeLists.txt Modified: plugins/functions/CMakeLists.txt (+1 -1) =================================================================== --- plugins/functions/CMakeLists.txt 2016-05-05 22:47:05 +0900 (c5644c5) +++ plugins/functions/CMakeLists.txt 2016-05-05 22:57:31 +0900 (11e38b3) @@ -77,4 +77,4 @@ else() OUTPUT_NAME "number") install(TARGETS number_functions DESTINATION "${GRN_FUNCTIONS_PLUGIN_DIR}") endif() -target_link_libraries(number_functions libgroonga m) +target_link_libraries(number_functions libgroonga "${M_LIBS}") -------------- next part -------------- HTML����������������������������...Download