Skip to content

Commit 8e4be65

Browse files
committed
fixup! squash! squash! squash! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! General CMakeLists improvements - cmake v2→v3
1 parent 6f9f870 commit 8e4be65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/benchmark_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
1818
# ----------------------------------------------------------------------------
1919
# Executable and libraries to link
2020
# ----------------------------------------------------------------------------
21-
add_executable(vsomeip3-benchmark-tests)
22-
target_sources(vsomeip3-benchmark-tests PRIVATE ${SRCS})
21+
add_executable(${PROJECT_NAME})
22+
target_sources(${PROJECT_NAME} PRIVATE ${SRCS})
2323
target_link_libraries(
2424
${PROJECT_NAME}
2525
PRIVATE ${VSOMEIP_NAME}

0 commit comments

Comments
 (0)