From 97b25219e412606c022d4391e444c6d2cd6d70ed Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 26 Sep 2010 18:57:48 -0300 Subject: [PATCH] USE_STATIC_ALLEGRO is off by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 676720ec0..59aaa1e86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ project(aseprite) # Options (these can be specified in cmake command line or modifying CMakeCache.txt) option(USE_STATIC_LIBC "Use static version of C and C++ runtimes" off) -option(USE_STATIC_ALLEGRO "Use static version of Allegro library" on) +option(USE_STATIC_ALLEGRO "Use static version of Allegro library" off) ###################################################################### # Directories of third-party libraries