Skip to content

Commit

Permalink
fix: build wheels on apline and windows (#1)
Browse files Browse the repository at this point in the history
* fix: build wheels on apline and windows
* build: do not install system libs
---------

Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Nov 28, 2024
1 parent 6482048 commit d50460a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ target_link_libraries(${target_name} PRIVATE ${target_name_internal})

install(TARGETS ${target_name} DESTINATION ${SKBUILD_PROJECT_NAME})

install_dependency(TARGETS ${target_name} INSTALL_SYSTEM_LIBS
DEPENDS_DESTINATION ${SKBUILD_PROJECT_NAME})
install_dependency(TARGETS ${target_name} DEPENDS_DESTINATION
${SKBUILD_PROJECT_NAME})
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ target_link_libraries(${target_name} PRIVATE ${target_name_internal})

install(TARGETS ${target_name} DESTINATION ${SKBUILD_PROJECT_NAME})

install_dependency(TARGETS ${target_name} INSTALL_SYSTEM_LIBS
DEPENDS_DESTINATION ${SKBUILD_PROJECT_NAME})
install_dependency(TARGETS ${target_name} DEPENDS_DESTINATION
${SKBUILD_PROJECT_NAME})
4 changes: 2 additions & 2 deletions template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[%- endif %]
{
"name": "cmake-modules",
"version": "1.6.5"
"version": "1.6.6"
}
[%- if compiled == true %],
{
Expand All @@ -54,7 +54,7 @@
"registries": [
{
"kind": "git",
"baseline": "94eec2ad9432c08ee1a1adfce536e5585d1355ba",
"baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
[%- if use_conan == true %]
Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "cmake-modules",
"version": "1.6.5"
"version": "1.6.6"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -27,7 +27,7 @@
"registries": [
{
"kind": "git",
"baseline": "94eec2ad9432c08ee1a1adfce536e5585d1355ba",
"baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit d50460a

Please sign in to comment.