From 6b277cdd72d9079bb622d8a0749b8621fcf12e80 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:38:24 +0800 Subject: [PATCH] perf(deps): update dependency https://github.com/serious-scaffold/ss-cmake to v0.0.13 (#441) * chore(deps): update dependency https://github.com/serious-scaffold/ss-cmake to v0.0.13 * Update vcpkg.json Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> * Update CMakeLists.txt Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --------- Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> Co-authored-by: l.feng <43399351+msclock@users.noreply.github.com> --- CMakeLists.txt | 3 --- template/.copier-answers.ss-cmake.yml | 2 +- template/CMakeLists.txt.jinja | 3 --- template/vcpkg.json.jinja | 2 +- vcpkg.json | 2 +- 5 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd180a56..13c63984 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,9 +10,6 @@ project( # Project default module find_package(cmake-modules REQUIRED) include(cmake-modules/ProjectDefault) - -# Project custom modules -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") include(ConfigureVersion) include(ConfigureCoverage) include(ConfigureDocs) diff --git a/template/.copier-answers.ss-cmake.yml b/template/.copier-answers.ss-cmake.yml index 93ce848b..b68e8d12 100644 --- a/template/.copier-answers.ss-cmake.yml +++ b/template/.copier-answers.ss-cmake.yml @@ -1,3 +1,3 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v0.0.11 +_commit: v0.0.13 _src_path: https://github.com/serious-scaffold/ss-cmake diff --git a/template/CMakeLists.txt.jinja b/template/CMakeLists.txt.jinja index 355bc437..1e3c2735 100644 --- a/template/CMakeLists.txt.jinja +++ b/template/CMakeLists.txt.jinja @@ -10,9 +10,6 @@ project( # Project default module find_package(cmake-modules REQUIRED) include(cmake-modules/ProjectDefault) - -# Project custom modules -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") [%- if ss_cmake_configure_version == true %] include(ConfigureVersion) [%- endif %] diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 52809cf6..4ff063a7 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -44,7 +44,7 @@ [%- endif %] { "name": "cmake-modules", - "version": "1.6.13" + "version": "1.6.14" }, { "name": "robotology-cmake-ycm", diff --git a/vcpkg.json b/vcpkg.json index b9931474..163ff741 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -22,7 +22,7 @@ }, { "name": "cmake-modules", - "version": "1.6.13" + "version": "1.6.14" }, { "name": "robotology-cmake-ycm",