mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 09:49:25 +08:00
ff30334f3d
* Initial work to add libassert * Bump * Fix linux build * Bump * Update versions/l-/libassert.json Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * Update cpptrace dependency specification * Patch cpptrace's config file * Bumps * Format fix * Bump * Remove libdwarf.patch * Bump * No need to list libdwarf as a dependency of libassert * Bump --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
14 lines
458 B
Diff
14 lines
458 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index ccc959e..d3e5d09 100644
|
|
--- a/CMakeLists.txt 2023-11-13 15:53:51.177963300 -0500
|
|
+++ b/CMakeLists.txt 2023-11-13 16:10:15.969939100 -0500
|
|
@@ -112,7 +112,7 @@
|
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
- RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
+ RUNTIME DESTINATION bin
|
|
)
|
|
|
|
install(
|