This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 7c9303e91dddac70da3c6430f504ec65f573a64d Author: David Capello <[email protected]> Date: Tue Dec 2 01:42:11 2014 -0300 Fix compilation of libcurl from a Visual Studio solution --- third_party/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 9797796..91cc52d 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -33,6 +33,7 @@ if(NOT USE_SHARED_GTEST) endif() if(ENABLE_UPDATER AND NOT USE_SHARED_CURL) + set(BUILD_RELEASE_DEBUG_DIRS 1) add_subdirectory(curl) endif() -- 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

