Skip to content

Commit c115c04

Browse files
committed
Fix Examples CTest
1 parent bb6e5d2 commit c115c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ IF(MYSQLCPPCONN_BUILD_EXAMPLES)
147147
${MYSQLCPPCONN_BOOST_THREAD_LIBS} ${MYSQLCPPCONN_ICU_LIBRARY}
148148
)
149149

150-
ADD_TEST(NAME jdbc_${example} COMMAND ${example})
150+
ADD_TEST(jdbc_${example} ${example})
151151

152152
endforeach()
153153

0 commit comments

Comments
 (0)