Boost.RPC icon indicating copy to clipboard operation
Boost.RPC copied to clipboard

VS10 build fails

Open damian123 opened this issue 12 years ago • 1 comments

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>

damian123 avatar Mar 18 '13 21:03 damian123

Checkout the dev repo which aggregates all the dependencies you need.

bytemaster avatar Mar 19 '13 14:03 bytemaster