Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jun 14, 2019
1 parent b4f1e7e commit 7b707fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ target_link_libraries(cint ${BLAS_LIBRARIES})
if(QUADMATH_FOUND)
target_link_libraries(cint quadmath)
endif()
target_link_libraries(cint "-lm")

install(TARGETS cint DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
install(FILES ${PROJECT_BINARY_DIR}/include/cint.h DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR})
Expand Down

0 comments on commit 7b707fb

Please sign in to comment.