You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(RUN_ON_GITHUB"Build only tests that can run on Github"OFF)
54
54
55
55
if(BUILD_TESTS)
56
+
if (WIN32AND (QT_TARGET_TYPE STREQUAL STATIC_LIBRARY))
57
+
message("WARNING: Static Qt detected! Please ensure googletest is built with update_deps.sh options: '--gtest-shared-libs=OFF' and '--gtest-force-shared-crt=OFF'")
0 commit comments