Skip to content

Commit

Permalink
perf(deps): update dependency https://github.com/serious-scaffold/ss-…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
serious-scaffold[bot] and msclock authored Jan 7, 2025
1 parent 5db2dad commit 9f7672e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion template/.copier-answers.ss-cmake.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions template/CMakeLists.txt.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %]
Expand Down
2 changes: 1 addition & 1 deletion template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
[%- endif %]
{
"name": "cmake-modules",
"version": "1.6.13"
"version": "1.6.14"
}
[%- if compiled == true %],
{
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "cmake-modules",
"version": "1.6.13"
"version": "1.6.14"
},
{
"name": "robotology-cmake-ycm",
Expand Down

0 comments on commit 9f7672e

Please sign in to comment.