mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:53:09 +08:00
[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:
parent
6506e80eb2
commit
73d50c1b82
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -1362,7 +1362,7 @@
|
||||
},
|
||||
"check": {
|
||||
"baseline": "0.15.2",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"chipmunk": {
|
||||
"baseline": "7.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d3b96c10d08746796f0e7540f9cb896b263cd4a9",
|
||||
"version": "0.15.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "f9804577939493b7f7934d98adc953624e0020c4",
|
||||
"version": "0.15.2",
|
||||
|
Loading…
Reference in New Issue
Block a user