VS10 build fails
When I run cmake I get an error: Unknown CMake command "SETUP_LIBRARY".
d:\dev\3rdparty\Boost.RPC\trunk>"D:\Program Files (x86)\CMake 2.8\bin\cmake.exe" . -- Building for: Visual Studio 10 -- Check for working C compiler using: Visual Studio 10 -- Check for working C compiler using: Visual Studio 10 -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler using: Visual Studio 10 -- Check for working CXX compiler using: Visual Studio 10 -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:22 (SETUP_LIBRARY): Unknown CMake command "SETUP_LIBRARY".
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!
d:\dev\3rdparty\Boost.RPC\trunk>
Checkout the dev repo which aggregates all the dependencies you need.