Skip to content

Commit

Permalink
change unit-test-config to require CMake 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 4, 2023
1 parent 2d73950 commit 35cbd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/unit-test-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def generate_cmake( builddir, testdir, testname, filelist, custom_main, dependen
# This file is automatically generated!!
# Do not modify or your changes will be lost!
cmake_minimum_required( VERSION 3.1.0 )
cmake_minimum_required( VERSION 3.10.0 )
project( ''' + testname + ''' )
set( SRC_FILES ''' + filelist + '''
Expand Down

0 comments on commit 35cbd46

Please sign in to comment.