We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6bfa0 commit a2d5ce3Copy full SHA for a2d5ce3
cmake/licensing_helper_install.cmake.in
@@ -63,7 +63,7 @@ function(LICENSING_HELPER_COLLECT_COPYRIGHT var)
63
# Explicit replacements (MinGW)
64
string(REGEX REPLACE "libgcc_.*" "gcc-libs" name "${name}")
65
string(REGEX REPLACE "libpng.*" "libpng1.6" name "${name}")
66
- string(REGEX REPLACE "libstdc\\+\\+.*" "gnustl" name "${name}")
+ string(REGEX REPLACE "libstdc\\+\\+.*" "gcc-libs" name "${name}")
67
string(REGEX REPLACE "libwinpthread" "winpthreads" name "${name}")
68
string(REGEX REPLACE "libz$" "zlib" name "${name}")
69
string(REGEX REPLACE "Qt5Widgets|Qt5Gui|Qt5Core.*" "qtbase" name "${name}")
0 commit comments