mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-30 15:23:01 +00:00
cmake: Require CMake 3.26 configuration
This commit is contained in:
parent
d2dbb3335d
commit
af41557e4d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# AUTOGENERATED COPYRIGHT HEADER END
|
# AUTOGENERATED COPYRIGHT HEADER END
|
||||||
|
|
||||||
# CMake Setup
|
# CMake Setup
|
||||||
cmake_minimum_required(VERSION 3.26...4.0)
|
cmake_minimum_required(VERSION 3.26)
|
||||||
list(APPEND CMAKE_MESSAGE_INDENT "[StreamFX] ")
|
list(APPEND CMAKE_MESSAGE_INDENT "[StreamFX] ")
|
||||||
project(StreamFX)
|
project(StreamFX)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue