Skip to content

Commit 82ed9ab

Browse files
committed
Fix test CMake configuration: use library name instead of undefined variables
1 parent 87f1979 commit 82ed9ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ add_executable(test_logging
99

1010
target_include_directories(test_logging PRIVATE
1111
${CMAKE_SOURCE_DIR}/src
12-
${LIBEV_INCLUDE_DIR}
1312
)
1413

1514
target_link_libraries(test_logging
16-
${LIBEV_LIBRARY}
15+
ev
1716
)
1817

1918
# Add test to CTest

0 commit comments

Comments
 (0)