diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-27 14:12:23 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-27 14:27:20 +0200 |
commit | e20e9645b2c74b8cf6e1ba90961c08b079bbee3c (patch) | |
tree | 8fd9c41f6deafe1e32b2c6c8f885397b14f45098 /third-party | |
parent | 62774e43564b166d6907c7abc2e3431a65bd5596 (diff) | |
download | rneovim-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.txt | 2 |
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") |