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 aaff2d7 commit 1e56258
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 @@ -104,6 +104,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})

0 comments on commit 1e56258

Please sign in to comment.