Fix python paths in windows cmake build.
Change: 149132162
This commit is contained in:
parent
c54417fcf3
commit
20af1b7baa
@ -27,8 +27,8 @@ ECHO ON
|
||||
|
||||
IF DEFINED CMAKE_EXE (ECHO CMAKE_EXE is set to %CMAKE_EXE%) ELSE (SET CMAKE_EXE="C:\Program Files\cmake\bin\cmake.exe")
|
||||
IF DEFINED SWIG_EXE (ECHO SWIG_EXE is set to %SWIG_EXE%) ELSE (SET SWIG_EXE="C:\swigwin-3.0.10\swig.exe")
|
||||
IF DEFINED PY_EXE (ECHO PY_EXE is set to %PY_EXE%) ELSE (SET PY_EXE="C:\Python35\python.exe")
|
||||
IF DEFINED PY_LIB (ECHO PY_LIB is set to %PY_LIB%) ELSE (SET PY_LIB="C:\Python35\libs\python35.lib")
|
||||
IF DEFINED PY_EXE (ECHO PY_EXE is set to %PY_EXE%) ELSE (SET PY_EXE="C:\Program Files\Anaconda3\python.exe")
|
||||
IF DEFINED PY_LIB (ECHO PY_LIB is set to %PY_LIB%) ELSE (SET PY_LIB="C:\Program Files\Anaconda3\libs\python35.lib")
|
||||
|
||||
SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
|
||||
SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user