Skip to content

Commit

Permalink
[CMake] cmake version only set in superbuild and src once
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildemerle committed Feb 8, 2023
1 parent aab9864 commit 4a67065
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/app/medPluginGenerator/template/cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

project(%1Plugin)

## #############################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/app/medPluginGenerator/template/filtering/cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

project(%1Plugin)

## #############################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/app/medPluginGenerator/template/registration/cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

project(%1Plugin)

## #################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/legacy/itkINRDataImageReader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#
################################################################################

cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

set(TARGET_NAME itkINRDataImageReaderPlugin)

## #################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/legacy/itkINRDataImageWriter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#
################################################################################

cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

set(TARGET_NAME itkINRDataImageWriterPlugin)

## #################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/legacy/medCompositeDataSets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#
################################################################################

cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

project(medCompositeDataSetsPlugin)

## #################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/legacy/undoRedoRegistration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#
################################################################################

cmake_minimum_required(VERSION ${CMAKE_MINIMUM_REQUIRED_VERSION})

set(TARGET_NAME undoRedoRegistrationPlugin)

## #############################################################################
Expand Down

0 comments on commit 4a67065

Please sign in to comment.