Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

if ( "x${MCVERSION}" STREQUAL "x" )
Expand Down
2 changes: 1 addition & 1 deletion docpkg/manuals/mcstas/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McStas manuals
set(FLAVOR mcstas)
Expand Down
2 changes: 1 addition & 1 deletion docpkg/manuals/mcxtrace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McXtrace manuals
set(FLAVOR mcxtrace)
Expand Down
2 changes: 1 addition & 1 deletion docs/manuals/mcstas/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McStas components
set(FLAVOR mcstas)
Expand Down
2 changes: 1 addition & 1 deletion docs/manuals/mcxtrace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McXtrace components
set(FLAVOR mcxtrace)
Expand Down
2 changes: 1 addition & 1 deletion mccode/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This file will build McStas
project(mcstas C)
Expand Down
2 changes: 1 addition & 1 deletion mcstas-comps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McStas components
project( mcstas-comps C )
Expand Down
2 changes: 1 addition & 1 deletion mcxtrace-comps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McXtrace components
project( mcxtrace-comps C )
Expand Down
2 changes: 1 addition & 1 deletion support/MacOSX/McCode-conda.app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)

# This will install the McCode app bundle
project(mcstas-app C)
Expand Down
2 changes: 1 addition & 1 deletion support/MacOSX/McCode.app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)

# This will install the McCode app bundle
project(mcstas-app C)
Expand Down
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

#add_subdirectory(Legacy-Perl-cmdline)
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)


Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mccodelib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas components
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

add_subdirectory(mantid_xml)
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/cad/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/display-cad
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/mantid_xml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas mcdisplay-mantid
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/matplotlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxdisplay-matplotlib
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/pyqtgraph/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/display-pyqtgraph
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/webgl-classic/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/display-webgl-classic
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdisplay/webgl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/display-webgl
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcdoc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxdoc
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcgui/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxgui
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcplot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

add_subdirectory(matplotlib)
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcplot/html/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxplot-pyqtgraph
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcplot/matplotlib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxplot-matplotlib
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcplot/pyqtgraph/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxplot-pyqtgraph
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcresplot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas mcresplot
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mcrun/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxrun
Expand Down
2 changes: 1 addition & 1 deletion tools/Python/mctest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)

# This will install McStas or McXtrace mc/mxtest
Expand Down
2 changes: 1 addition & 1 deletion tools/cluster-scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )

# This will install McStas or McXtrace mc/mxrun
project(perl-cluster-tools C)
Expand Down
2 changes: 1 addition & 1 deletion tools/matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17.0)
cmake_minimum_required(VERSION 3.19)
cmake_policy(VERSION 3.17.0)


Expand Down
2 changes: 1 addition & 1 deletion tools/matlab/mcdisplay/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )
cmake_policy(VERSION 3.17.0)

# This will install McStas components
Expand Down
2 changes: 1 addition & 1 deletion tools/matlab/mcplot/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.17.0 )
cmake_minimum_required( VERSION 3.19 )
cmake_policy(VERSION 3.17.0)

# This will install McStas components
Expand Down
Loading