This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 6a63dc5aad2cbcfc985fab915ab2b3eb84886c38 Author: Azamat H. Hackimov <[email protected]> Date: Sat Mar 26 15:01:10 2016 +0500 Adding ${CURL_LIBRARIES} to application linking Fixing compilation underlinking with system curl. --- src/app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index dde05da..c763993 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -446,6 +446,7 @@ target_link_libraries(app-lib ui-lib undo-lib ${TINYXML_LIBRARY} + ${CURL_LIBRARIES} ${JPEG_LIBRARIES} ${GIF_LIBRARIES} ${PNG_LIBRARIES} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

