Skip to content

Commit

Permalink
Merge pull request #2 from ami-iit/documentcxx17
Browse files Browse the repository at this point in the history
Document the requirement of at least C++ 17
  • Loading branch information
traversaro authored Nov 15, 2022
2 parents d349abb + 87a9d63 commit 51772a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ In a nutshell, it permits to avoid the need to hardcode the location of `CMAKE_I

In the case that the library is compiled as static, `reloc-cpp` will fall back to hardcode `CMAKE_INSTALL_PREFIX` in the library.

`reloc-cpp` requires the use of C++ 17 or any later version.

## Installation

### FetchContent
Expand Down

0 comments on commit 51772a4

Please sign in to comment.