From e6609b8f127388bd9ffbc7f49b8999fa87f01833 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 10 Oct 2023 17:58:25 -0400 Subject: [PATCH] exdviewer: Remove empty line CMakeLists --- exdviewer/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/exdviewer/CMakeLists.txt b/exdviewer/CMakeLists.txt index cd858a2..a6fc439 100644 --- a/exdviewer/CMakeLists.txt +++ b/exdviewer/CMakeLists.txt @@ -8,7 +8,6 @@ target_include_directories(novus-karuku PUBLIC include) - target_link_libraries(novus-karuku PUBLIC physis z ${LIBRARIES} Qt6::Core Qt6::Widgets exdpart novus-common) install(TARGETS novus-karuku ${KF${QT_MAJOR_VERSION}_INSTALL_TARGETS_DEFAULT_ARGS})