Skip to content

Commit 5e11432

Browse files
committed
Turns out cmake 3.19 is needed for aliasing interface libs
1 parent 78f569f commit 5e11432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.12)
1+
cmake_minimum_required(VERSION 3.19)
22

33
project(mdcomp
44
VERSION 0.2.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The remainder is licensed under the GNU Lesser General Public License v3 (LGPL-3
3333

3434
## Create and install the package
3535

36-
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:
36+
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:
3737

3838
```bash
3939
cmake -S . -B build -G <generator>

0 commit comments

Comments
 (0)