mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 21:18:34 +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")
|
message(FATAL_ERROR "Your Aseprite repository is incomplete, initialize submodules using:\n git submodule update --init --recursive")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# This required for KDE/Qt destop integration, which sets BUILD_SHARED_LIBS to
|
# This is required for KDE/Qt destop integration, which sets
|
||||||
# TRUE by default
|
# BUILD_SHARED_LIBS to TRUE by default
|
||||||
set(BUILD_SHARED_LIBS off)
|
set(BUILD_SHARED_LIBS off)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
Loading…
Reference in New Issue
Block a user