From 69769aed543766fb880fac28bb29870d10389146 Mon Sep 17 00:00:00 2001 From: Simran Date: Tue, 13 Apr 2021 01:45:05 +0200 Subject: [PATCH] Remove UPDATE_TS option, not used anymore since b9724e39 [skip ci] --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 778bda302..6bdd354e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(olive-editor VERSION 0.2.0 LANGUAGES CXX) -option(UPDATE_TS "Update translations" OFF) option(BUILD_DOXYGEN "Build Doxygen documentation" OFF) set(CMAKE_CXX_STANDARD 11)