Skip to content

Commit

Permalink
Remove dependency on Dispatch outside project
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed May 28, 2016
1 parent 6cf8517 commit ef5ffa9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ set(NS_CMAKE_PROJECT_OPTIONS
CMAKE_ARGS "-DBOOST_ROOT=${Boost_INCLUDE_DIRS}"
)

if (DEFINED USE_SELF_BOOST)
set(BOOST_DISPATCH_GIT_TAG develop)
NS_project_include(boost.dispatch)
add_dependencies(BOOST_DISPATCH BOOST_HEADER_ONLY)
add_dependencies(BOOST_DISPATCH-install BOOST_HEADER_ONLY)
add_dependencies(update.boost.dispatch update.boost-header-only)
set(Boost_INCLUDE_DIRS
${BOOST_DISPATCH_DESTINATION}/include
${BOOST_HEADER_ONLY_DESTINATION}/include
)
endif()

set(NS_BENCH_GIT_TAG develop)
NS_project_include(ns.bench.standalone)
NS_project_include(brigand.standalone)
Expand Down

0 comments on commit ef5ffa9

Please sign in to comment.