Skip to content

Commit a5d123d

Browse files
committed
cmake minimum
1 parent 879fe1f commit a5d123d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15)
1+
cmake_minimum_required(VERSION 3.5)
22
file(STRINGS "version.txt" NLE_VERSION)
33
# Remove any rcXX suffix from the version number as CMake doesn't like it
44
string(REGEX REPLACE "rc[0-9+]$" "" CMAKE_NLE_VERSION ${NLE_VERSION})

0 commit comments

Comments
 (0)