[check] Fix the incorrect path of dll (#25211)

* [check] Fix the incorrect path of dll

* update license

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Cheney Wang 2022-06-14 07:23:26 +08:00 committed by GitHub
parent 6506e80eb2
commit 73d50c1b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

View File

@ -29,17 +29,15 @@ index 38cbc53..d8a4272 100644
# vim: shiftwidth=2:softtabstop=2:tabstop=2:expandtab:autoindent
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4a02dbe..ade4cfd 100644
index 4a02dbe..3bf2fa6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -191,8 +191,8 @@ if(NOT THIS_IS_SUBPROJECT)
@@ -191,7 +191,7 @@ if(NOT THIS_IS_SUBPROJECT)
install(TARGETS check checkShared
EXPORT check-targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/manual-link
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/manual-link
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)
endif()

View File

@ -1,10 +1,10 @@
{
"name": "check",
"version": "0.15.2",
"port-version": 3,
"port-version": 4,
"description": "A unit testing framework for C",
"homepage": "https://github.com/libcheck/check",
"license": "LGPL-2.1",
"license": "LGPL-2.1-only",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1362,7 +1362,7 @@
},
"check": {
"baseline": "0.15.2",
"port-version": 3
"port-version": 4
},
"chipmunk": {
"baseline": "7.0.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3b96c10d08746796f0e7540f9cb896b263cd4a9",
"version": "0.15.2",
"port-version": 4
},
{
"git-tree": "f9804577939493b7f7934d98adc953624e0020c4",
"version": "0.15.2",