Skip to content

Commit df94ee5

Browse files
committed
Update CMakeLists.txt
Bugfix
1 parent 45f6f2a commit df94ee5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ macro(ADD_EXAMPLE name)
44
add_test(NAME ${name}
55
COMMAND $<TARGET_FILE:example_${name}> ${CMAKE_CURRENT_BINARY_DIR}
66
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
7-
endif()
87
endmacro(ADD_EXAMPLE)
98

109
add_subdirectory(array)

0 commit comments

Comments
 (0)