Difference between revisions of "Documentation/Nightly/Developers/Tutorials/MigrationGuide/SlicerExtension"

From Slicer Wiki
Jump to: navigation, search
(Created page with "<noinclude>__TOC__</noinclude> ==Slicer Extension updates== ===Slicer 4.9: Explicit initialization of CMAKE_BUILD_TYPE not needed anymore=== Following [http://viewvc.slicer.o...")
 
Line 6: Line 6:
  
 
The module <tt>SlicerInitializeBuildType</tt> is automatically included in <tt>UserSlicer</tt>.
 
The module <tt>SlicerInitializeBuildType</tt> is automatically included in <tt>UserSlicer</tt>.
 +
 +
===Slicer 4.9: Subversion not required anymore===
 +
 +
Following [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=27060 r27060], Subversion is not required anymore.

Revision as of 18:34, 16 September 2018

Home < Documentation < Nightly < Developers < Tutorials < MigrationGuide < SlicerExtension

Slicer Extension updates

Slicer 4.9: Explicit initialization of CMAKE_BUILD_TYPE not needed anymore

Following r26978, calling find_package(Slicer REQUIRED) and include(${Slicer_USE_FILE}) initializes CMAKE_BUILD_TYPE and ensures the variables CMAKE_BUILD_TYPE and CMAKE_CONFIGURATION_TYPES are passed to all external projects when configuring SuperBuild based extension.

The module SlicerInitializeBuildType is automatically included in UserSlicer.

Slicer 4.9: Subversion not required anymore

Following r27060, Subversion is not required anymore.