mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-01 17:29:42 +00:00
USE_STATIC_ALLEGRO is off by default.
This commit is contained in:
parent
aa397c4fbf
commit
97b25219e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user