mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	ggml-vulkan: remove unused find_program(glslc) (#12416)
It's already found by FindVulkan.cmake in the parent CMakeLists
This commit is contained in:
		@@ -1,8 +1,4 @@
 | 
			
		||||
find_package (Threads REQUIRED)
 | 
			
		||||
find_program(GLSLC_EXECUTABLE glslc)
 | 
			
		||||
if(NOT GLSLC_EXECUTABLE)
 | 
			
		||||
    message(FATAL_ERROR "glslc not found.")
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
set(TARGET vulkan-shaders-gen)
 | 
			
		||||
add_executable(${TARGET} vulkan-shaders-gen.cpp)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user