Skip to content

Commit

Permalink
Update cmakeProject.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijzyn committed Dec 28, 2024
1 parent 1237ed1 commit 17116b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmakeProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@ export class CMakeProject {
}

let init = [
'cmake_minimum_required(VERSION 3.5.0)',
'cmake_minimum_required(VERSION 3.10.0)',
`project(${projectName} VERSION 0.1.0 LANGUAGES ${langName})`,
'\n'
].join('\n');
Expand Down

0 comments on commit 17116b8

Please sign in to comment.