Skip to content

Commit

Permalink
removed added add_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 9, 2024
1 parent 60234d7 commit 600ac48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ file(GLOB SRC_FILES
set(TEST_NAME ${CMAKE_PROJECT_NAME}_tests)

add_executable(${TEST_NAME} ${SRC_FILES})
add_dependencies(${TEST_NAME} my_library)

target_link_libraries(${TEST_NAME}
PRIVATE
Expand Down

0 comments on commit 600ac48

Please sign in to comment.