USE_STATIC_ALLEGRO is off by default.

This commit is contained in:
David Capello 2010-09-26 18:57:48 -03:00
parent aa397c4fbf
commit 97b25219e4

View File

@ -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