mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Fix typo in CMakeLists.txt file
This commit is contained in:
parent
d3d30ed851
commit
bbec09c752
@ -41,8 +41,8 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/laf/CMakeLists.txt)
|
||||
message(FATAL_ERROR "Your Aseprite repository is incomplete, initialize submodules using:\n git submodule update --init --recursive")
|
||||
endif()
|
||||
|
||||
# This required for KDE/Qt destop integration, which sets BUILD_SHARED_LIBS to
|
||||
# TRUE by default
|
||||
# This is required for KDE/Qt destop integration, which sets
|
||||
# BUILD_SHARED_LIBS to TRUE by default
|
||||
set(BUILD_SHARED_LIBS off)
|
||||
|
||||
enable_testing()
|
||||
|
Loading…
Reference in New Issue
Block a user