Skip to content

Commit 510c443

Browse files
committed
fix
1 parent 22d3104 commit 510c443

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/CppTargets.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function(add_geode_test)
239239
if(${GEODE_TEST_ESSENTIAL})
240240
add_dependencies(essential ${target_name})
241241
set_tests_properties(${target_name} PROPERTIES LABELS essential)
242-
endif()
243242
elseif(${GEODE_TEST_UNSTABLE})
244243
set_tests_properties(${target_name} PROPERTIES LABELS unstable)
245244
endif()

0 commit comments

Comments
 (0)