[ismrmrd] 99/281: t_cquaternions needs to be link with libm.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit b0179ed5ed81544465eea696077aae9a7eb9b00d
Author: Joseph Naegele <joseph.naegele at gmail.com>
Date:   Fri Mar 15 11:41:53 2013 -0400

    t_cquaternions needs to be link with libm.
---
 CMakeLists.txt         | 2 +-
 tests/c/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 516b3d9..41bbfbc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ target_link_libraries(ismrmrd_xsd ${XERCESC_LIBRARIES})
 
 INSTALL(FILES ismrmrd.h ${XSDS_SOURCES} ismrmrd_hdf5.h ismrmrd_hdf5_datatypes.h ismrmrd_export.h DESTINATION include)
 INSTALL(FILES schema/ismrmrd.xsd DESTINATION schema)
-INSTALL(FILES cmake/FindIsmrmrd.cmake DESTINATION cmake)
+INSTALL(FILES cmake/FindIsmrmrd.cmake cmake/FindFFTW3.cmake cmake/FindXSD.cmake cmake/FindXercesC.cmake DESTINATION cmake)
 INSTALL(TARGETS ismrmrd DESTINATION lib)
 INSTALL(TARGETS ismrmrd_xsd DESTINATION lib)
 INSTALL(FILES ${MatlabMFiles} DESTINATION matlab/+ismrmrd)
diff --git a/tests/c/CMakeLists.txt b/tests/c/CMakeLists.txt
index f8dccaa..6f11bcb 100644
--- a/tests/c/CMakeLists.txt
+++ b/tests/c/CMakeLists.txt
@@ -6,3 +6,4 @@ add_test(t_cstructs ${CMAKE_CURRENT_BINARY_DIR}/t_cstructs)
 
 add_executable(t_cquaternions ../../ismrmrd.h t_cquaternions.c)
 add_test(t_cquaternions ${CMAKE_CURRENT_BINARY_DIR}/t_cquaternions)
+target_link_libraries(t_cquaternions m)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list