mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
Fix CMake build error
Update CMakeLists.txt to cmake_minimum_required(VERSION 3.10).
This commit is contained in:
parent
f3bc1881a3
commit
b9bf6d64c6
@ -7,7 +7,7 @@
|
||||
# not optimal.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.4)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
PROJECT(Notepad++)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user