[aseprite] 95/134: Fix compilation of libcurl from a Visual Studio solution

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:10:11 UTC 2015


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 <davidcapello at gmail.com>
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



More information about the Pkg-games-commits mailing list