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 to enable GTEST_DISCOVER if tests or tests_dev are enabled. Defaults to off due to runtime increase
5
5
cmake_dependent_option(FLAMEGPU_ENABLE_GTEST_DISCOVER"Enable GTEST_DISCOVER for more detailed ctest output without -VV. This dramatically increases test suite runtime to CUDA context initialisation."OFF"FLAMEGPU_BUILD_TESTS OR FLAMEGPU_BUILD_TESTS_DEV"OFF)
0 commit comments