forked from pool/insighttoolkit
80cecb468a
Main dependency of OTB OBS-URL: https://build.opensuse.org/request/show/351328 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=1
16 lines
582 B
Diff
16 lines
582 B
Diff
Description: Link libITKNrrdIO with -lm (needed for sqrt)
|
|
Author: Steve Robbins <smr@debian.org>
|
|
Forwarded: no
|
|
|
|
--- insighttoolkit4-4.5.0.orig/Modules/ThirdParty/NrrdIO/src/NrrdIO/CMakeLists.txt
|
|
+++ insighttoolkit4-4.5.0/Modules/ThirdParty/NrrdIO/src/NrrdIO/CMakeLists.txt
|
|
@@ -64,7 +64,7 @@
|
|
ADD_DEFINITIONS(-DTEEM_ZLIB=1)
|
|
|
|
ADD_LIBRARY(ITKNrrdIO ${nrrdio_SRCS} )
|
|
-TARGET_LINK_LIBRARIES(ITKNrrdIO ${ITKZLIB_LIBRARIES})
|
|
+TARGET_LINK_LIBRARIES(ITKNrrdIO ${ITKZLIB_LIBRARIES} -lm)
|
|
|
|
IF(ITK_LIBRARY_PROPERTIES)
|
|
SET_TARGET_PROPERTIES(ITKNrrdIO PROPERTIES ${ITK_LIBRARY_PROPERTIES})
|