Skip to content

Commit

Permalink
Merge pull request #1 from reatmon-ti/master
Browse files Browse the repository at this point in the history
Variable name change to fix compile error.
  • Loading branch information
glneo authored Mar 31, 2022
2 parents bccbfbf + 334fc8e commit 293228b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ target_include_directories(dma-heap-unit-tests
)

target_link_libraries(dma-heap-unit-tests
${GTEST_LIBRARY}
${GTEST_MAIN_LIBRARY}
${GTEST_LIBRARIES}
${GTEST_MAIN_LIBRARIES}
pthread
)

Expand Down

0 comments on commit 293228b

Please sign in to comment.