Skip to content

Commit a8d7146

Browse files
Set cmake_minimum_required to 3.5
1 parent a4ef9e4 commit a8d7146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patch/SQLiteModernCPP/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
# ****************************************************************************
2323

24-
cmake_minimum_required (VERSION 3.4)
24+
cmake_minimum_required (VERSION 3.5)
2525

2626
project(SQLiteModernCPP LANGUAGES)
2727

0 commit comments

Comments
 (0)