From a7fea587400da214af02bab4269c249efd008088 Mon Sep 17 00:00:00 2001 From: "l.feng" <43399351+msclock@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:00:52 +0800 Subject: [PATCH] perf: indent variables and remove redundant ports (#3) Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --- ... true %]ConfigureWarningsAndHardening.cmake[% endif %]} | 0 template/cmake/vcpkg/ports/python3/portfile.cmake | 3 --- template/cmake/vcpkg/ports/python3/vcpkg.json | 7 ------- 3 files changed, 10 deletions(-) rename template/cmake/{[% if ss_cmake_configure_warnings_and_hardening== true %]ConfigureWarningsAndHardening.cmake[% endif %] => [% if ss_cmake_configure_warnings_and_hardening == true %]ConfigureWarningsAndHardening.cmake[% endif %]} (100%) delete mode 100644 template/cmake/vcpkg/ports/python3/portfile.cmake delete mode 100644 template/cmake/vcpkg/ports/python3/vcpkg.json diff --git a/template/cmake/[% if ss_cmake_configure_warnings_and_hardening== true %]ConfigureWarningsAndHardening.cmake[% endif %] b/template/cmake/[% if ss_cmake_configure_warnings_and_hardening == true %]ConfigureWarningsAndHardening.cmake[% endif %] similarity index 100% rename from template/cmake/[% if ss_cmake_configure_warnings_and_hardening== true %]ConfigureWarningsAndHardening.cmake[% endif %] rename to template/cmake/[% if ss_cmake_configure_warnings_and_hardening == true %]ConfigureWarningsAndHardening.cmake[% endif %] diff --git a/template/cmake/vcpkg/ports/python3/portfile.cmake b/template/cmake/vcpkg/ports/python3/portfile.cmake deleted file mode 100644 index e7d1e92..0000000 --- a/template/cmake/vcpkg/ports/python3/portfile.cmake +++ /dev/null @@ -1,3 +0,0 @@ -message(STATUS "Using fake python3 to force system libraries.") - -set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/template/cmake/vcpkg/ports/python3/vcpkg.json b/template/cmake/vcpkg/ports/python3/vcpkg.json deleted file mode 100644 index e7749c5..0000000 --- a/template/cmake/vcpkg/ports/python3/vcpkg.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "python3", - "version": "3.11.8", - "description": "The Python programming language", - "homepage": "https://github.com/python/cpython", - "license": "Python-2.0" -}