From 9f7672e028ea91fb4b62ee1ae3e3d22ff917ece6 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:51:24 +0000 Subject: [PATCH] perf(deps): update dependency https://github.com/serious-scaffold/ss-cmake to v0.0.13 (#97) * chore(deps): update dependency https://github.com/serious-scaffold/ss-cmake to v0.0.13 * Update vcpkg.json * Update vcpkg.json.jinja * Update CMakeLists.txt --------- 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 89ab19e..12ba058 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) add_subdirectory(src) diff --git a/template/.copier-answers.ss-cmake.yml b/template/.copier-answers.ss-cmake.yml index 93ce848..b68e8d1 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 373809b..437bd79 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 ccac6a5..c261750 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -40,7 +40,7 @@ [%- endif %] { "name": "cmake-modules", - "version": "1.6.13" + "version": "1.6.14" } [%- if compiled == true %], { diff --git a/vcpkg.json b/vcpkg.json index 5b9969e..fd85fa4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,7 +16,7 @@ }, { "name": "cmake-modules", - "version": "1.6.13" + "version": "1.6.14" }, { "name": "robotology-cmake-ycm",