aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-09-22 17:00:38 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-09-22 17:21:10 +0200
commit327110ff8c5965eaae92f363f06b04a4986b6ef7 (patch)
tree92d7160f34f1124086b4ec98b1e438ba3aa0824a /cmake.deps
parent511b991e66892b4bb8176ce64c0e8fefb300f638 (diff)
downloadrneovim-327110ff8c5965eaae92f363f06b04a4986b6ef7.tar.gz
rneovim-327110ff8c5965eaae92f363f06b04a4986b6ef7.tar.bz2
rneovim-327110ff8c5965eaae92f363f06b04a4986b6ef7.zip
build(cmake): remove unnecessary policy code
Policy CMP0092 is by default on for minimum cmake versions above 3.15.
Diffstat (limited to 'cmake.deps')
-rw-r--r--cmake.deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt
index 96519429fb..394c50a3b5 100644
--- a/cmake.deps/CMakeLists.txt
+++ b/cmake.deps/CMakeLists.txt
@@ -1,5 +1,5 @@
# This is not meant to be included by the top-level.
-cmake_minimum_required (VERSION 3.16)
+cmake_minimum_required(VERSION 3.16)
project(NVIM_DEPS C)
if(POLICY CMP0135)