Michael Onken
							
						 | 
						
							
							
								9a12568b2e
							
							Upgraded to newer DCMTK commit to avoid mktemp warning introduced by using DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								ec0344d464
							
							Use fixed SHA1 values and no update step for external projects.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								f40cc24ac0
							
							Disable all DCMTK 3rdparty libraries to avoid linker errors caused when source code using DCMTK libraries do not know DCMTK's 3party library setup.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								0d244df26d
							
							Do not use zlib in DCMTK until DCMTK_LIBRARIES is fixed.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								e1c4f9e1be
							
							Fix DCMTK external project git SHA1. Closes #21
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								d9f910a21c
							
							Revert "Fix DCMTK linking issue by explicitly passing fPIC flag" Closes #22
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								4b95a9bef5
							
							Fix DCMTK linking issue by explicitly passing fPIC flag
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								8bcd607435
							
							External Project - Explicitly specify C/CXX flags, build type and install prefix
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								615b04ad0c
							
							Fixed compilation for windows where /MTd and /MT were used instead of /MDd and /MD (which is the setting for CTK) when compiling DCMTK. Now, DCMTK does not override CMake's compiler flags on WIN32 any more (disabled DCMTK's CMake option DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS which usually uses /MT and /MTd).
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								cb40633c00
							
							Merge remote-tracking branch 'origin/master'
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								f6c3e844ff
							
							Disabling the DCMTK force_rebuild step.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Michael Onken
							
						 | 
						
							
							
								1414293aec
							
							Changed source of DCMTK source code in superbuild to official OFFIS repository
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								c31b382bf9
							
							Pass CMAKE_OSX_{ARCHITECTURES, SYSROOT, DEPLOYMENT_TARGET} to external project
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Steve Pieper
							
						 | 
						
							
							
								429981dfda
							
							Remove reference to old dcmtk branch
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Steve Pieper
							
						 | 
						
							
							
								70b71fd06b
							
							Use the Commontk/DCTMK dropNetwork branch
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								80e2adb32a
							
							Configure external project using BUILD_TESTING option only if required
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								2c6c55f78d
							
							Update source and build directory associated with external project
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								654becb68b
							
							ExternalProject definition specifies which variable should be passed down to CTK
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								a07cd01bb3
							
							Update ExternalProject definition to explicitly specify GIT_TAG
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Sascha Zelzer
							
						 | 
						
							
							
								2127d1b68f
							
							FindPackage and variable expanding in top-level CMakeLists.txt
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								8360257ec4
							
							COMP: Specify "patched" git branch in DCMTK external project
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								79601a4ceb
							
							ENH: Existing external projects now uses ctkMacroEmptyExternalProject
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								647b9b63c6
							
							ENH: Added superbuild option CTK_USE_GIT_PROTOCOL
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								76ed761eb6
							
							ENH: CTK_EXTERNAL_LIBRARIES and (CTK_EXTERNAL_LIBRARY_DIRS are now exposed in CTKConfig.cmake
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								e1dc6a4195
							
							COMP: External project DCMTK now uses git://github.com/commontk/DCMTK.git
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								dcdac9680f
							
							COMP: Superbuild - Update external project script to check if the provided DIR is valid
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								ae50fa7aef
							
							COMP: Superbuild - Force rebuild of DCMTK project each time the top-level project is build
						 | 
						vor 15 Jahren | 
					
				
					
						
							
								   Jean-Christophe Fillion-Robin
							
						 | 
						
							
							
								da0ba394c1
							
							ENH: In SuperBuild.cmake, to improve readability and maintainability, factored out the external project includes
						 | 
						vor 15 Jahren |