forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libremidi] Fix install path of the lib file (microsoft#34718)
* [libremidi] Fix install path of the lib file * update version
- Loading branch information
1 parent
3961f34
commit 27728bb
Showing
5 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/cmake/libremidi.install.cmake b/cmake/libremidi.install.cmake | ||
index 08e17f5..985e9a5 100644 | ||
--- a/cmake/libremidi.install.cmake | ||
+++ b/cmake/libremidi.install.cmake | ||
@@ -1,7 +1,7 @@ | ||
if(NOT LIBREMIDI_HEADER_ONLY) | ||
install(TARGETS libremidi | ||
EXPORT libremidi-targets | ||
- ARCHIVE DESTINATION lib/static | ||
+ ARCHIVE DESTINATION lib | ||
RUNTIME DESTINATION bin | ||
LIBRARY DESTINATION lib | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters