diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cc0012..fbc17f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})