We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e1d5c commit 5281ea9Copy full SHA for 5281ea9
cmake/CheckDependencies.cmake
@@ -10,7 +10,7 @@ file (GET_RUNTIME_DEPENDENCIES
10
UNRESOLVED_DEPENDENCIES_VAR UNRESOLVED_DEPENDENCIES
11
)
12
set (DEPENDENCIES ${RESOLVED_DEPENDENCIES} ${UNRESOLVED_DEPENDENCIES})
13
-list (FILTER DEPENDENCIES INCLUDE REGEX "winpthread")
+list (FILTER DEPENDENCIES INCLUDE REGEX [[^(libgcc|libstdc\+\+|libwinpthread|libssp)]])
14
if (DEPENDENCIES)
15
- message (SEND_ERROR "Unexpected dependency: ${DEPENDENCIES}")
+ message (SEND_ERROR "Unexpected ${TARGET} dependencies: ${DEPENDENCIES}")
16
endif ()
0 commit comments