aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-27 14:12:23 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-03-27 14:27:20 +0200
commite20e9645b2c74b8cf6e1ba90961c08b079bbee3c (patch)
tree8fd9c41f6deafe1e32b2c6c8f885397b14f45098 /third-party
parent62774e43564b166d6907c7abc2e3431a65bd5596 (diff)
downloadrneovim-e20e9645b2c74b8cf6e1ba90961c08b079bbee3c.tar.gz
rneovim-e20e9645b2c74b8cf6e1ba90961c08b079bbee3c.tar.bz2
rneovim-e20e9645b2c74b8cf6e1ba90961c08b079bbee3c.zip
build: Rename NEOVIM_* to NVIM_*
Diffstat (limited to 'third-party')
-rw-r--r--third-party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 809a3623e4..a5fd766aa8 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -1,6 +1,6 @@
# This is not meant to be included by the top-level.
cmake_minimum_required (VERSION 2.8.7)
-project(NEOVIM_DEPS)
+project(NVIM_DEPS)
# Point CMake at any custom modules we may ship
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")