Build: Use imported target kwiml::kwiml instead of variables

This commit is contained in:
Alex Turbov
2022-08-21 09:40:57 +04:00
committed by Brad King
parent eeebf31e54
commit df8ad72ffa
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -757,7 +757,7 @@ target_link_libraries(
JsonCpp::JsonCpp
LibUV::LibUV
LibRHash::LibRHash
${CMake_KWIML_LIBRARIES}
$<TARGET_NAME_IF_EXISTS:kwiml::kwiml>
${CMAKE_THREAD_LIBS_INIT}
)