Skip to content

Commit

Permalink
Remove pthread link from tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Iyer <[email protected]>
  • Loading branch information
KarthikRIyer committed Nov 12, 2022
1 parent 9745fe5 commit 8b37e33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ foreach(TEST ${TESTS})
target_link_libraries(C${TEST} PUBLIC
cmocka
copentime
copentimelineio
pthread)
copentimelineio)
target_compile_definitions(C${TEST} PRIVATE
SAMPLE_DATA_DIR=${CMAKE_CURRENT_SOURCE_DIR}/sample_data/)
add_test(NAME C${TEST} COMMAND C${TEST})
Expand Down

0 comments on commit 8b37e33

Please sign in to comment.