We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a18fa7 + c8236dd commit 9ac1b0bCopy full SHA for 9ac1b0b
1 file changed
test/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
14
15
find_package(ALSA REQUIRED)
16
add_executable(StormLib_test ${TEST_SRC_FILES})
17
-target_link_libraries(StormLib_test storm ${ALSA_LIBRARIES})
+target_link_libraries(StormLib_test storm ALSA::ALSA)
18
install(TARGETS StormLib_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
19
20
-add_test(NAME StormLib_test COMMAND StormLib_test)
+add_test(NAME StormLib_test COMMAND StormLib_test)
0 commit comments