Fix linking tests due to ddcb18418 (#1769)

This commit is contained in:
Michael Cook (mackal) 2021-11-15 13:27:01 -05:00 committed by GitHub
parent a111668888
commit 0ebb1cc54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ SET(tests_headers
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})
TARGET_LINK_LIBRARIES(tests common cppunit)
TARGET_LINK_LIBRARIES(tests common cppunit fmt)
INSTALL(TARGETS tests RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)