Fix typo in CMakeLists.txt

This commit is contained in:
David Capello 2016-06-14 09:02:19 -03:00
parent a50a03a182
commit f81cd5a676

View File

@ -38,7 +38,7 @@ set(CMAKE_CONFIGURATION_TYPES "${CMAKE_BUILD_TYPE}" CACHE INTERNAL "internal")
project(aseprite C CXX)
# This required for KDE/Qt destop integration, which sets BUILD_SHARED_LIBS to
# TRUE by defualt
# TRUE by default
set(BUILD_SHARED_LIBS off)