Skip to content

Commit 9ac1b0b

Browse files
Merge pull request ladislav-zezula#408 from AMDmi3/patch-1
LGTM. Thank you for the contribution 👍
2 parents 6a18fa7 + c8236dd commit 9ac1b0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414

1515
find_package(ALSA REQUIRED)
1616
add_executable(StormLib_test ${TEST_SRC_FILES})
17-
target_link_libraries(StormLib_test storm ${ALSA_LIBRARIES})
17+
target_link_libraries(StormLib_test storm ALSA::ALSA)
1818
install(TARGETS StormLib_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
1919

20-
add_test(NAME StormLib_test COMMAND StormLib_test)
20+
add_test(NAME StormLib_test COMMAND StormLib_test)

0 commit comments

Comments
 (0)