Skip to content

Commit a2d5ce3

Browse files
committed
licensing-helper: libstdc++ is a gcc-lib
1 parent 3c6bfa0 commit a2d5ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/licensing_helper_install.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(LICENSING_HELPER_COLLECT_COPYRIGHT var)
6363
# Explicit replacements (MinGW)
6464
string(REGEX REPLACE "libgcc_.*" "gcc-libs" name "${name}")
6565
string(REGEX REPLACE "libpng.*" "libpng1.6" name "${name}")
66-
string(REGEX REPLACE "libstdc\\+\\+.*" "gnustl" name "${name}")
66+
string(REGEX REPLACE "libstdc\\+\\+.*" "gcc-libs" name "${name}")
6767
string(REGEX REPLACE "libwinpthread" "winpthreads" name "${name}")
6868
string(REGEX REPLACE "libz$" "zlib" name "${name}")
6969
string(REGEX REPLACE "Qt5Widgets|Qt5Gui|Qt5Core.*" "qtbase" name "${name}")

0 commit comments

Comments
 (0)