aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2025-11-26 13:37:24 +0100
committerGitHub <noreply@github.com>2025-11-26 13:37:24 +0100
commit9ac1b0b9ac85ae54a25af0a02e2358799640574d (patch)
tree0a64b3288e84255514a5411dc49f391c2d9b2700
parent6a18fa77feb62ceca1200e5d84611ab1fc98063f (diff)
parentc8236ddd2bc3f40b37fb4f2f189e7a4196136065 (diff)
Merge pull request #408 from AMDmi3/patch-1HEADmaster
LGTM. Thank you for the contribution :+1:
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b646613..80c64c4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
find_package(ALSA REQUIRED)
add_executable(StormLib_test ${TEST_SRC_FILES})
-target_link_libraries(StormLib_test storm ${ALSA_LIBRARIES})
+target_link_libraries(StormLib_test storm ALSA::ALSA)
install(TARGETS StormLib_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
-add_test(NAME StormLib_test COMMAND StormLib_test) \ No newline at end of file
+add_test(NAME StormLib_test COMMAND StormLib_test)