Skip to content

Commit 603368a

Browse files
committed
feat: update project template cmake
1 parent 2ebdec3 commit 603368a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
cmake_minimum_required(VERSION 3.25)
1+
cmake_minimum_required(VERSION %{cmakeMinVersion})
22
project(%{projectName}%)
33

4-
include(ExternalProject)
5-
include(GenerateExportHeader)
4+
%{commonCMakeScripts}

0 commit comments

Comments
 (0)