Skip to content

Commit

Permalink
Turns out cmake 3.19 is needed for aliasing interface libs
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Jun 3, 2021
1 parent 78f569f commit 5e11432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.19)

project(mdcomp
VERSION 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The remainder is licensed under the GNU Lesser General Public License v3 (LGPL-3

## Create and install the package

You need a C++ development toolchain, including `cmake` at least 3.12 and [Boost](https://www.boost.org/) at least 1.54. With the dependencies installed, you run the following commands:
You need a C++ development toolchain, including `cmake` at least 3.19 and [Boost](https://www.boost.org/) at least 1.54. With the dependencies installed, you run the following commands:

```bash
cmake -S . -B build -G <generator>
Expand Down

0 comments on commit 5e11432

Please sign in to comment.