toddbailey Wrote:Like I stated earlier, in the section on running cmake make needs to be expanded.
By that logic, Dolphin's Linux build wiki entry should cover all possible errors that will come up with cmake. However, if you have everything set up correctly before you try to build Dolphin, that's literally all you have to run, cmake .. Something on your end is wrong, which is why you're running into trouble. It's nothing to do with not knowing CMake's documentation. If you've ever used other projects that use CMake to build, you'll often see that the build and install instructions basically go like "cmake .. && make && make install" in the README.txt because, if everything is in order, that's really all you need to run.
It might be that you're not using a current enough version of CMake (as rokclimb15 suspects) but you wanted to sidestep the issue instead of actually solving it, you could very well just delete lines 65-86 of the CMakeLists.txt
