Like I stated earlier, in the section on running cmake make needs to be expanded.
I followed the steps verbaten.
when I run cmake .. from the build folder I created earlier, I get the following error.
todd@mythtv ~/dolphin-emu/Build $ cmake ..
CMake Error at Core/Common/CMakeLists.txt:50 (enable_precompiled_headers):
Unknown CMake command "enable_precompiled_headers".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
todd@mythtv ~/dolphin-emu/Build $
I followed the steps verbaten.
when I run cmake .. from the build folder I created earlier, I get the following error.
todd@mythtv ~/dolphin-emu/Build $ cmake ..
CMake Error at Core/Common/CMakeLists.txt:50 (enable_precompiled_headers):
Unknown CMake command "enable_precompiled_headers".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
todd@mythtv ~/dolphin-emu/Build $
