mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +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(tiff)
|
||||
|
||||
OPTION(TIFF_BUILD_SHARED "Build shared library" TRUE)
|
||||
OPTION(TIFF_BUILD_STATIC "Build static library" TRUE)
|
||||
option(TIFF_BUILD_SHARED "Build shared library" ON)
|
||||
option(TIFF_BUILD_STATIC "Build static library" ON)
|
||||
|
||||
set(TIFF_SRC
|
||||
libtiff/tif_aux.c
|
||||
|
||||
Reference in New Issue
Block a user