Skip to content
Snippets Groups Projects
Commit 54065ab2 authored by Techwolf Lupindo's avatar Techwolf Lupindo
Browse files

Clean up and rework FMOD.cmake and FindFMOD.cmake

FMOD.cmake:
	Move include(Prebuilt) to prebuilt section. It is only used for prebuilt anyway.
	set(FMOD_FIND_REQUIRED ON) due to FMOD variable is use elsewhere in cmake files. This behaviour is the same as openal.
	Remove redudent error messages and code due to above.
	Rework the logic to be more cleaner.
	Clean up whitespace.
FindFMOD.cmake
	Remove redudent paths as cmake allready uses them as default. Use PATH_SUFFIXES instead.
	The above will result in cmake looking in a lot more places and can handle custom build setups better.
	Change FMOD to FMOD_FOUND. FMOD should not be change withen cmake.
	Whitespace cleanup.
parent 83b5bf11
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment