mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(build): include FindPackageHandleStandardArgs
This commit is contained in:
parent
0774d0cfe1
commit
f9416470b1
@ -11,6 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" "${PROJECT_SOURCE_DI
|
|||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
include(CheckCCompilerFlag)
|
include(CheckCCompilerFlag)
|
||||||
|
include(FindPackageHandleStandardArgs)
|
||||||
|
|
||||||
include(Deps)
|
include(Deps)
|
||||||
include(Find)
|
include(Find)
|
||||||
|
Loading…
Reference in New Issue
Block a user