Skip to content

Commit

Permalink
Use local fork of boost-header-only
Browse files Browse the repository at this point in the history
Done to reduce dependency on external repositories
  • Loading branch information
dievsky authored Apr 4, 2018
1 parent b81fc50 commit 4fd8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ns/projects/boost-header-only.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (NOT DEFINED BOOST_HEADER_ONLY_DESTINATION)
endif()

NS_project_add(BOOST_HEADER_ONLY
GIT_REPOSITORY https://github.com/ericsium/boost-header-only.git
GIT_REPOSITORY https://github.com/JetBrains-Research/boost-header-only.git
GIT_TAG ${BOOST_HEADER_ONLY_GIT_TAG}
DESTINATION ${BOOST_HEADER_ONLY_DESTINATION}

Expand Down

0 comments on commit 4fd8176

Please sign in to comment.