mirror of https://github.com/aseprite/aseprite.git
Fix typo in CMakeLists.txt
This commit is contained in:
parent
a50a03a182
commit
f81cd5a676
|
@ -38,7 +38,7 @@ set(CMAKE_CONFIGURATION_TYPES "${CMAKE_BUILD_TYPE}" CACHE INTERNAL "internal")
|
||||||
project(aseprite C CXX)
|
project(aseprite C CXX)
|
||||||
|
|
||||||
# This required for KDE/Qt destop integration, which sets BUILD_SHARED_LIBS to
|
# This required for KDE/Qt destop integration, which sets BUILD_SHARED_LIBS to
|
||||||
# TRUE by defualt
|
# TRUE by default
|
||||||
set(BUILD_SHARED_LIBS off)
|
set(BUILD_SHARED_LIBS off)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue