Remove redundant dcmtk link lib
This commit is contained in:
@@ -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} )
|
||||
|
||||
if(${DCMTK_FOUND})
|
||||
target_link_libraries(${PROJECT_NAME} ${DCMTK_LIBRARIES})
|
||||
target_link_libraries(${PROJECT_NAME} dcmnet)
|
||||
endif()
|
||||
|
||||
if(${Req_FOUND})
|
||||
|
||||
Reference in New Issue
Block a user