GH-794 add libstdc++ to build on linux. hopefully?
This commit is contained in:
parent
a296ec914b
commit
1bc2fbef11
@ -11,6 +11,9 @@ function(gp_resolved_file_type_override resolved_file type_var)
|
|||||||
elseif(resolved_file MATCHES "^/usr/lib(.+)?/libicu")
|
elseif(resolved_file MATCHES "^/usr/lib(.+)?/libicu")
|
||||||
message("resolving ${resolved_file} as other")
|
message("resolving ${resolved_file} as other")
|
||||||
set(${type_var} other PARENT_SCOPE)
|
set(${type_var} other PARENT_SCOPE)
|
||||||
|
elseif((resolved_file MATCHES "^/usr/lib(.+)?/libstdc\\+\\+") AND (UNIX AND NOT APPLE))
|
||||||
|
message("resolving ${resolved_file} as other")
|
||||||
|
set(${type_var} other PARENT_SCOPE)
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user