mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Minor change in CMakeLists.txt.
This commit is contained in:
parent
5ff9450536
commit
5202826406
@ -29,12 +29,12 @@ project(aseprite C CXX)
|
||||
# Options (these can be specified in cmake command line or modifying
|
||||
# CMakeCache.txt)
|
||||
|
||||
option(ENABLE_UPDATER "Enable automatic check for updates" on)
|
||||
option(USE_STATIC_LIBC "Use static version of C and C++ runtimes" off)
|
||||
option(USE_SHARED_JPEGLIB "Use your installed copy of jpeglib" off)
|
||||
option(USE_SHARED_ZLIB "Use your installed copy of zlib" off)
|
||||
option(USE_SHARED_LIBPNG "Use your installed copy of libpng" off)
|
||||
option(ENABLE_MEMLEAK "Enable memory-leaks detector (only for developers)" off)
|
||||
option(ENABLE_UPDATER "Enable automatic check for updates" on)
|
||||
|
||||
######################################################################
|
||||
# Profile build type
|
||||
|
Loading…
Reference in New Issue
Block a user