From f81cd5a6764b0dea81ddd05b385b2dcaa7f141e8 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 14 Jun 2016 09:02:19 -0300 Subject: [PATCH] Fix typo in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd935f88..ed77f00af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)