Skip to content

Commit 1b92ba3

Browse files
author
Brenton Bostick
committed
Update to latest released version
1 parent 972767e commit 1b92ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/WolframKernel.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
if(NOT DEFINED MATHEMATICA_INSTALL_DIR)
33
if(CMAKE_HOST_WIN32 OR CYGWIN)
4-
set(MATHEMATICA_INSTALL_DIR "C:/Program Files/Wolfram Research/Mathematica/12.0")
4+
set(MATHEMATICA_INSTALL_DIR "C:/Program Files/Wolfram Research/Mathematica/12.1")
55
elseif(CMAKE_HOST_APPLE)
66
set(MATHEMATICA_INSTALL_DIR /Applications/Mathematica.app/Contents)
77
else()
8-
set(MATHEMATICA_INSTALL_DIR /usr/local/Wolfram/Mathematica/12.0)
8+
set(MATHEMATICA_INSTALL_DIR /usr/local/Wolfram/Mathematica/12.1)
99
endif()
1010
endif()
1111

0 commit comments

Comments
 (0)