From e81ff5d72ad8b80b75a1432aefd8e59c29a29e40 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Fri, 30 Dec 2022 09:11:27 +0100 Subject: [PATCH] add 13.2 to list of supported versions --- CMake/Mathematica/FindMathematica.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Mathematica/FindMathematica.cmake b/CMake/Mathematica/FindMathematica.cmake index 83dbc4a..b07af61 100644 --- a/CMake/Mathematica/FindMathematica.cmake +++ b/CMake/Mathematica/FindMathematica.cmake @@ -248,7 +248,7 @@ macro (_get_program_names _outProgramNames) "gridMathematica Server") # Mathematica product versions in order of preference set (_MathematicaVersions - "13.1" "13.0" + "13.2" "13.1" "13.0" "12.3" "12.2" "12.1" "12.0" "11.3" "11.2" "11.1" "11.0" "10.4" "10.3" "10.2" "10.1" "10.0"