Re: [mitk-users] deploying

2018-05-18 Thread Paolo Cabras
Hi Sascha thank you for the answer. I use mitk_create_executable.. Here is the end of my CMakeLists.txt : include(CPack) include(InstallRequiredSystemLibraries) # actually include msvcp140 and vcruntime140 mitk_create_executable(My_project     DEPENDS MitkDataTypesExt MitkCore MitkIGTBase Mi

Re: [mitk-users] deploying

2018-05-17 Thread Sascha Zelzer
Hi, are you using the MITK provided CMake macros for creating applications? E.g. mitkFunctionCreateBlueBerryApplication for a BlueBerry based application or similar. The macros take care of dependencies and additional plug-ins etc. Best, Sascha On 05/17/2018 09:40 AM, Paolo Cabras wrote: > >

Re: [mitk-users] deploying

2018-05-17 Thread Dinkelacker, Stefan
[mailto:cab...@unistra.fr] Sent: Donnerstag, 17. Mai 2018 09:41 To: Dinkelacker, Stefan; mitk-users@lists.sourceforge.net Subject: Re: [mitk-users] deploying I am sorry... I don't know why I took the last version (it was written to take 2.x). Now the packaging is done but it seems incomplete

Re: [mitk-users] deploying

2018-05-17 Thread Paolo Cabras
I am sorry... I don't know why I took the last version (it was written to take 2.x). Now the packaging is done but it seems incomplete : in _CPack_Packages/win64/NSIS/my_project-0.1.1-win64, only the Microsoft Visual C++ Redistributable Package (added setting CPACK_VISUAL_STUDIO_PRODUCT_NAME

Re: [mitk-users] deploying

2018-05-16 Thread Dinkelacker, Stefan
Hi Paolo, did you install NSIS 3.x or 2.x? You need 2.x. Best, Stefan -Original Message- From: Paolo Cabras [mailto:cab...@unistra.fr] Sent: Mittwoch, 16. Mai 2018 10:43 To: mitk-users@lists.sourceforge.net Subject: [mitk-users] deploying Hello everybody, I would like to create a wind