Skip to content

Commit 31ce1bc

Browse files
committed
Increase requirements to Boost 1.69
1 parent 1bbd93e commit 31ce1bc

6 files changed

Lines changed: 2222 additions & 24 deletions

File tree

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
/nowide/standalone
2-
/nowide/build
3-
/nowide/doc/Doxyfile
4-
/nowide/doc/gendoc.sh
5-
/nowide/doc/main.txt
6-
/nowide/MinGW.cmake
7-
/nowide/index.html
8-
/nowide/test
9-
/nowide/template.hpp

Readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
# Utility library for Return To The Roots
22

33
Can be easily build with CMake.
4-
5-
## Externals
6-
7-
It uses the following external libraries which are included as `git subtree`s:
8-
9-
- Boost.Nowide
10-
- Source repo can be added with `git remote add flamefire-nowide https://github.com/Flamefire/nowide.git`
11-
- Update source from remote: `git subtree pull --prefix external/nowide flamefire-nowide v<...> --squash`
12-
- Contribute back: `git subtree push --prefix=external/nowide <your-nowide-remote> <your-branch>`
13-
14-
To avoid adding git submodules for new libs add them as subtrees with:
15-
`git subtree add --prefix external/<lib> <remote> <tag> --squash`

cmake/AddTestcase.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(NOT TARGET Boost::unit_test_framework)
2-
find_package(Boost 1.64 REQUIRED COMPONENTS unit_test_framework)
2+
find_package(Boost 1.69 REQUIRED COMPONENTS unit_test_framework)
33
endif()
44

55
set(RTTR_UBSAN_SUPPRESSION_FILE ${CMAKE_CURRENT_LIST_DIR}/ubsan.supp)

0 commit comments

Comments
 (0)