We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879fe1f commit a5d123dCopy full SHA for a5d123d
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.15)
+cmake_minimum_required(VERSION 3.5)
2
file(STRINGS "version.txt" NLE_VERSION)
3
# Remove any rcXX suffix from the version number as CMake doesn't like it
4
string(REGEX REPLACE "rc[0-9+]$" "" CMAKE_NLE_VERSION ${NLE_VERSION})
0 commit comments