mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
cmake: need CMake >= 3.13 since we use target_link_options()
This commit is contained in:
parent
5884300b5b
commit
7ff0f5a2f3
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
# X11/XCB bar backend
|
||||
if (ENABLE_X11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue