[meta] fix building with clang 21.1.4 #2839
			No reviewers
			
		
		
		
	
	
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	android
		
			audio
		
			bug
		
			ci
		
			cmake
		
			confirmed
		
			core
		
			desktop
		
			duplicate
		
			enhancement
		
			frontend
		
			fw
		
			git
		
			graphics
		
			loader
		
			nv gpu
		
			ui
		
			vulkan
		
		
	
		No milestone
		
			
		
	No project
	
		
	
	
	
	
		No assignees
		
	
	
		
			
		
	
	
	
		2 participants
	
	
		
		
	Notifications
	
		
	
	
	
		
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
	
	
		
	
	
		
			Reference
		
	
	
		
	
	
			eden-emu/eden!2839
			
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "DraVee/eden:clang_21"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Caio Oliveira caiooliveirafarias0@gmail.com
db3a3a2194d22982bb10d22982bb104648925716[meta] fix building with clang 21.1.4to WIP: [meta] fix building with clang 21.1.4@ -188,3 +188,3 @@set(EXT_DEFAULT OFF)if (MSVC OR ANDROID)if (MINGW OR MSVC OR ANDROID)????
Testing
@crueter wrote in #2839 (comment):
` CMake Error at CMakeModules/CPMUtil.cmake:626 (find_package):
By not providing "Findsirit.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "sirit", but
CMake did not find one.
Could not find a package configuration file provided by "sirit" with any of
the following names:
MinGW doesn't package sirit so that's expected--it's pulled in by CPM anyways, CPMUTIL_FORCE_SYSTEM isn't gonna work with distros that don't package everything
4639a3582d2b4badac6eWIP: [meta] fix building with clang 21.1.4to [meta] fix building with clang 21.1.4Ready to merge (gave up on trying to configure mingw on CI)