mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
build: Rename NEOVIM_* to NVIM_*
This commit is contained in:
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
@@ -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")
|
||||
|
Reference in New Issue
Block a user