Skip to content

Commit

Permalink
USE_PNG_SAVE should be enabled by default (#216)
Browse files Browse the repository at this point in the history
* PNG should be enabled by default
* Update CMakeLists.txt
  • Loading branch information
AzureBerylBlue committed Jan 10, 2022
1 parent ca9430e commit c91dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(SMW_VERSION_PATCH "0")
# Options for customizing builds
#

option(USE_PNG_SAVE "Use PNG for screenshots and thumbnails" OFF)
option(USE_PNG_SAVE "Use PNG for screenshots and thumbnails" ON)
option(NO_NETWORK "Disable all network communication" OFF)
option(BUILD_STATIC_LIBS "Build and link minor dependencies statically (enet, yaml-cpp)" ON)
option(USE_SDL2_LIBS "Use SDL2 instead of SDL 1.x" ON)
Expand Down

0 comments on commit c91dedb

Please sign in to comment.