Skip to content
Snippets Groups Projects
Commit e405661b authored by Patrik Huber's avatar Patrik Huber
Browse files

Added PYTHON_EXECUTABLE to initial_cache

parent 48ea6db2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@
# -------
#set(Ceres_DIR "C:\\ceres\\install-vs2015\\CMake" CACHE PATH "Location of CeresConfig.cmake" FORCE)
# Set the path to the python interpreter if you want to build the python bindings and it doesn't find it automatically:
# ==============================
#set(PYTHON_EXECUTABLE "C:\\Users\\Patrik\\AppData\\Local\\Programs\\Python\\Python35\\python.exe" CACHE PATH "Path to the python interpreter." FORCE)
# Configuration options
# ==============================
set(BUILD_EXAMPLES ON CACHE BOOL "Build the example applications." FORCE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment