build: Rename NEOVIM_* to NVIM_*

This commit is contained in:
Justin M. Keyes
2017-03-27 14:12:23 +02:00
parent 62774e4356
commit e20e9645b2
4 changed files with 52 additions and 54 deletions

View File

@@ -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")