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.
[uchardet] update to v0.0.8 (microsoft#29748)
* [uchardet] update to v0.0.8 * update version * add license * update version * update version * update version
- Loading branch information
1 parent
bf4822b
commit 1c96061
Showing
5 changed files
with
39 additions
and
10 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,16 @@ | ||
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt | ||
index 7afad1d..c7a3cd8 100644 | ||
--- a/src/tools/CMakeLists.txt | ||
+++ b/src/tools/CMakeLists.txt | ||
@@ -27,10 +27,7 @@ if (GETOPT_INCLUDE_DIR AND GETOPT_LIBRARY) | ||
target_link_libraries(${UCHARDET_BINARY} PRIVATE ${GETOPT_LIBRARY}) | ||
endif (GETOPT_INCLUDE_DIR AND GETOPT_LIBRARY) | ||
|
||
-target_link_libraries( | ||
- ${UCHARDET_BINARY} | ||
- ${UCHARDET_LIBRARY} | ||
-) | ||
+target_link_libraries(${UCHARDET_BINARY} PRIVATE ${UCHARDET_LIBRARY}) | ||
|
||
install( | ||
TARGETS |
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