We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a88a7 commit 3375cc0Copy full SHA for 3375cc0
initial_cache.cmake.template
@@ -24,6 +24,10 @@
24
# ==============================
25
#set(PYTHON_EXECUTABLE "C:\\Users\\user\\AppData\\Local\\Programs\\Python\\Python35\\python.exe" CACHE PATH "Path to the python interpreter." FORCE)
26
27
+# Set the path to the Matlab root directory if you want to build the Matlab bindings and it doesn't find Matlab automatically:
28
+# ==============================
29
+#set(Matlab_ROOT_DIR "/opt/matlab" CACHE PATH "Path to the Matlab installation directory." FORCE)
30
+
31
# Configuration options
32
33
set(BUILD_EXAMPLES ON CACHE BOOL "Build the example applications." FORCE)
0 commit comments