I simply don't want to set an environment variable every time i need a library, let a lone the paths searched are not standardized at all (at least on windows). Generally the Find*.cmake doesn't specify any locations with association on windows.
Is there some way to make CMake search a specified directory (forcing bad configured Find*.cmake to search paths they otherwise wouldn't set at the system level)? Say i want it to search on "C:\" or just "/" on windows? That way i can just put all my libraries in "C:\".