Skip to content

Commit 8c1b775

Browse files
committed
update outdated comments
1 parent 832b3be commit 8c1b775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ find_package(Mathematica)
3636
# finds Mathematica 10.0.2 installation and required components
3737
#find_package(Mathematica 10.0.2 EXACT REQUIRED MathLink WSTP JLink WolframLibrary)
3838

39-
# finds Mathematica >= 9 installation and optional components
40-
#find_package(Mathematica 9 COMPONENTS MathLink JLink)
39+
# finds Mathematica >= 11 installation and optional components
40+
#find_package(Mathematica 11 COMPONENTS MathLink JLink)
4141

4242
# find Java and use the Java installation bundled with Mathematica
4343
if (Mathematica_JLink_JAVA_HOME AND NOT APPLE)
@@ -77,14 +77,14 @@ if (${Mathematica_FOUND})
7777
# Mathematica_SYSTEM_IDS contains the list of Mathematica platform system IDs that the
7878
# project is being compiled for. This usually contains just one entry (e.g., "Windows").
7979
# It may contain multiple entries if we are building a universal binary under Mac OS X
80-
# (e.g., "MacOSX-x86-64;MacOSX-x86").
80+
# (e.g., "MacOSX-x86-64;MacOSX-ARM64").
8181
message(STATUS "Mathematica Target System IDs ${Mathematica_SYSTEM_IDS}")
8282
# Mathematica_HOST_SYSTEM_IDS is the list of Mathematica platform system IDs that can
8383
# run on the build host. If we are executing the CMake build under a 64-bit version of
8484
# Windows this would be "Windows-x86-64;Windows". Under a 32-bit version of Windows this
8585
# would be just "Windows".
8686
message(STATUS "Mathematica Host System IDs ${Mathematica_HOST_SYSTEM_IDS}")
87-
# Mathematica_BASE_DIR is the directory for systemwide files to be loaded by Mathematica
87+
# Mathematica_BASE_DIR is the directory for system-wide files to be loaded by Mathematica
8888
message(STATUS "Mathematica Base Directory ${Mathematica_BASE_DIR}")
8989
# Mathematica_USERBASE_DIR is the directory for user-specific files to be loaded by Mathematica
9090
message(STATUS "Mathematica User Base Directory ${Mathematica_USERBASE_DIR}")

0 commit comments

Comments
 (0)