mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 22:03: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
|
||||
|
||||
# CMake Setup
|
||||
cmake_minimum_required(VERSION 3.26...4.0)
|
||||
cmake_minimum_required(VERSION 3.26)
|
||||
list(APPEND CMAKE_MESSAGE_INDENT "[StreamFX] ")
|
||||
project(StreamFX)
|
||||
|
||||
|
|
Loading…
Reference in a new issue