Remove redundant dcmtk link lib

This commit is contained in:
kradchen
2023-08-23 09:12:42 +08:00
parent d5fc1680fc
commit 3027522189

View File

@@ -69,7 +69,7 @@ qt5_create_translation(QM_FILES ${cpp_source_all} ${ui_FILES} ${TS_FILES})
add_executable(${PROJECT_NAME} ${project_headers} ${project_cpps} ${project_cxx} ${project_res} ${project_cc} ${project_c} ${ui_FILES} ${QM_FILES} ) add_executable(${PROJECT_NAME} ${project_headers} ${project_cpps} ${project_cxx} ${project_res} ${project_cc} ${project_c} ${ui_FILES} ${QM_FILES} )
if(${DCMTK_FOUND}) if(${DCMTK_FOUND})
target_link_libraries(${PROJECT_NAME} ${DCMTK_LIBRARIES}) target_link_libraries(${PROJECT_NAME} dcmnet)
endif() endif()
if(${Req_FOUND}) if(${Req_FOUND})