We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d3104 commit 510c443Copy full SHA for 510c443
cmake/CppTargets.cmake
@@ -239,7 +239,6 @@ function(add_geode_test)
239
if(${GEODE_TEST_ESSENTIAL})
240
add_dependencies(essential ${target_name})
241
set_tests_properties(${target_name} PROPERTIES LABELS essential)
242
- endif()
243
elseif(${GEODE_TEST_UNSTABLE})
244
set_tests_properties(${target_name} PROPERTIES LABELS unstable)
245
endif()
0 commit comments