mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			439 B
		
	
	
	
		
			Diff
		
	
			
		
		
	
	
			15 lines
		
	
	
		
			439 B
		
	
	
	
		
			Diff
		
	
--- a/CMakeLists.txt
 | 
						|
+++ b/CMakeLists.txt
 | 
						|
@@ -73,9 +73,9 @@
 | 
						|
 set(spirv-cross-link-flags "")
 | 
						|
 
 | 
						|
 message(STATUS "SPIRV-Cross: Finding Git version for SPIRV-Cross.")
 | 
						|
-set(spirv-cross-build-version "unknown")
 | 
						|
+set(spirv-cross-build-version "vulkan-sdk-1.3.280.0")
 | 
						|
 find_package(Git)
 | 
						|
-if (GIT_FOUND)
 | 
						|
+if (FALSE)
 | 
						|
 	execute_process(
 | 
						|
 		COMMAND ${GIT_EXECUTABLE} describe --always --tags --dirty=+
 | 
						|
 		WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
 |