CHollingworth / Lampray

Linux Application Modding Platform. A native Linux mod manager.
https://www.nexusmods.com/baldursgate3/mods/2169
The Unlicense
174 stars 16 forks source link

Cmake minimum required version too restrictive #131

Open hw-claudio opened 6 months ago

hw-claudio commented 6 months ago

This works fine for me:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6f9ff6..c10bbd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.26)
+cmake_minimum_required(VERSION 3.22.1)
 project(Lampray)

 set(CMAKE_CXX_STANDARD 17)