Commit 78f338b3 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Another fix to boost cmake.

parent e79acb54
...@@ -7,7 +7,7 @@ option(INSTALL_ADDITIONAL_TEAMS "Install additional team binaries" ON) ...@@ -7,7 +7,7 @@ option(INSTALL_ADDITIONAL_TEAMS "Install additional team binaries" ON)
add_definitions(-DELOG -std=c++11) add_definitions(-DELOG -std=c++11)
find_package(BOOST 1.45.0 COMPONENTS scoped_ptr) find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})
ExternalProject_Add(rcssserver ExternalProject_Add(rcssserver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment