mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	Build tree-sitter out-of-source
Avoids having CMakeCache.txt etc in https://github.com/neovim/deps, where it can cause trouble for Ubuntu PPA builds such as: > CMake Error: The source "/<<BUILDDIR>>/neovim-0.5.0+ubuntu1+git202002090924-1f479ff-00e710e/.deps/build/src/treesitter-c/CMakeLists.txt" does not match the source "/home/travis/build/neovim/bot-ci/build/deps-src/build/src/treesitter-c/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.
This commit is contained in:
		@@ -10,11 +10,10 @@ DOWNLOAD_COMMAND ${CMAKE_COMMAND}
 | 
			
		||||
  -DTARGET=treesitter-c
 | 
			
		||||
  -DUSE_EXISTING_SRC_DIR=${USE_EXISTING_SRC_DIR}
 | 
			
		||||
  -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
 | 
			
		||||
BUILD_IN_SOURCE 1
 | 
			
		||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy
 | 
			
		||||
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
 | 
			
		||||
  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/TreesitterParserCMakeLists.txt
 | 
			
		||||
        ${DEPS_BUILD_DIR}/src/treesitter-c/CMakeLists.txt
 | 
			
		||||
  COMMAND ${CMAKE_COMMAND} ${DEPS_BUILD_DIR}/src/treesitter-c/CMakeLists.txt
 | 
			
		||||
CMAKE_ARGS
 | 
			
		||||
  -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
 | 
			
		||||
  -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
 | 
			
		||||
  -DCMAKE_GENERATOR=${CMAKE_GENERATOR}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user