diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-08-27 15:56:20 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-27 15:56:20 -0700 |
| commit | cb48082e5c2afdd9355c0ff1d625cceaa29e1102 (patch) | |
| tree | 18b36d6718c1d145b59181b04b298b8806f1f363 /ports/log4cpp/fix-install-targets.patch | |
| parent | 6296a1c39ea2eab4951de816e4a46ec5bd63e44b (diff) | |
| download | vcpkg-cb48082e5c2afdd9355c0ff1d625cceaa29e1102.tar.gz vcpkg-cb48082e5c2afdd9355c0ff1d625cceaa29e1102.zip | |
[log4cpp] Add new port. (#7433)
Diffstat (limited to 'ports/log4cpp/fix-install-targets.patch')
| -rw-r--r-- | ports/log4cpp/fix-install-targets.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/log4cpp/fix-install-targets.patch b/ports/log4cpp/fix-install-targets.patch new file mode 100644 index 000000000..49cdedf1d --- /dev/null +++ b/ports/log4cpp/fix-install-targets.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8db2287..529c18e 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -159,7 +159,7 @@ INSTALL (
+ INSTALL(TARGETS ${LOG4CPP_LIBRARY_NAME}
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+- RUNTIME DESTINATION lib)
++ RUNTIME DESTINATION bin)
+
+ INSTALL(FILES package.xml DESTINATION share/log4cpp)
+
|
