Skip to content

Commit

Permalink
perf: refine the project module include (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Jan 5, 2025
1 parent a0b7555 commit 2a77a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion template/CMakeLists.txt.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ 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
4 changes: 2 additions & 2 deletions template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[%- endif %]
{
"name": "cmake-modules",
"version": "1.6.13"
"version": "1.6.14"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -40,7 +40,7 @@
"registries": [
{
"kind": "git",
"baseline": "acce0190fabf75096d6be7db6138cb714bc7aace",
"baseline": "e855ff793ab2fa53f26030fab6be443595cfda6e",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
[%- if ss_cmake_use_conan == true %]
Expand Down

0 comments on commit 2a77a70

Please sign in to comment.