Skip to content

Commit 93cc799

Browse files
committed
COMP: Remove obsolete comment in module CMakeLists.txt
Following r22038, the comment "# Do not use 'project()'" doesn't make sense anymore. svn-url: http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22381 git-svn-id: http://svn.slicer.org/Slicer4/trunk@22381 3bd1e089-480b-0410-8dfb-8563597acbee
1 parent bc71b25 commit 93cc799

62 files changed

Lines changed: 63 additions & 63 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Modules/CLI/ACPCTransform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME ACPCTransform) # Do not use 'project()'
3+
set(MODULE_NAME ACPCTransform)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/AddScalarVolumes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME AddScalarVolumes) # Do not use 'project()'
3+
set(MODULE_NAME AddScalarVolumes)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/AffineRegistration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME AffineRegistration) # Do not use 'project()'
3+
set(MODULE_NAME AffineRegistration)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/BSplineDeformableRegistration/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME BSplineDeformableRegistration) # Do not use 'project()'
3+
set(MODULE_NAME BSplineDeformableRegistration)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/BSplineToDeformationField/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME BSplineToDeformationField) # Do not use 'project()'
3+
set(MODULE_NAME BSplineToDeformationField)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/BlobDetection/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME BlobDetection) # Do not use 'project()'
3+
set(MODULE_NAME BlobDetection)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/CastScalarVolume/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME CastScalarVolume) # Do not use 'project()'
3+
set(MODULE_NAME CastScalarVolume)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/CheckerBoardFilter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME CheckerBoardFilter) # Do not use 'project()'
3+
set(MODULE_NAME CheckerBoardFilter)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/ConnectedComponent/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME ConnectedComponent) # Do not use 'project()'
3+
set(MODULE_NAME ConnectedComponent)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

Modules/CLI/CreateDICOMSeries/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#-----------------------------------------------------------------------------
3-
set(MODULE_NAME CreateDICOMSeries) # Do not use 'project()'
3+
set(MODULE_NAME CreateDICOMSeries)
44

55
#-----------------------------------------------------------------------------
66
SEMMacroBuildCLI(

0 commit comments

Comments
 (0)