mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
Use lowercase "option" and ON/OFF rather than TRUE/FALSE.
This commit is contained in:
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(freetype)
|
||||
|
||||
OPTION(FREETYPE_BUILD_SHARED "Build shared library" TRUE)
|
||||
OPTION(FREETYPE_BUILD_STATIC "Build static library" TRUE)
|
||||
option(FREETYPE_BUILD_SHARED "Build shared library" ON)
|
||||
option(FREETYPE_BUILD_STATIC "Build static library" ON)
|
||||
|
||||
set(FREETYPE_SRC
|
||||
src/autofit/autofit.c
|
||||
|
||||
Reference in New Issue
Block a user