]> git.pld-linux.org Git - packages/autopano-sift-C.git/blame - link.patch
- release 2 (by relup.sh)
[packages/autopano-sift-C.git] / link.patch
CommitLineData
49ae84e7
SS
1--- autopano-sift-C-2.5.1/CMakeLists.txt.orig 2010-11-14 15:49:18.744042505 +0100
2+++ autopano-sift-C-2.5.1/CMakeLists.txt 2010-11-14 15:51:13.454030665 +0100
3@@ -122,7 +122,7 @@ SET(LIBSIFT_SOURCES LoweDetector.c RANSA
4 ADD_LIBRARY(libsift STATIC ${LIBSIFT_SOURCES})
5
6 set(all_libs libsift ${JPEG_LIBRARIES} ${TIFF_LIBRARIES}
7- ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES})
8+ ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES} -lm)
9
10 add_executable(generatekeys GenerateKeys.c)
11 TARGET_LINK_LIBRARIES(generatekeys ${all_libs})
This page took 0.072761 seconds and 4 git commands to generate.