Skip to content

Commit b7c9b4a

Browse files
committed
maybe fixed windows
1 parent e13b569 commit b7c9b4a

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.appveyor.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
only:
88
- master
99
environment:
10-
APPVEYOR_RDP_PASSWORD: pypAss126.
10+
# APPVEYOR_RDP_PASSWORD: pypAss126.
1111
matrix:
1212
- config: Release
1313
PYTHON: "C:\\Python36-x64"
@@ -20,17 +20,17 @@ install:
2020
- "python -m pip install numpy"
2121
- "python -m pip install scipy"
2222
- "python -c \"import numpy as np;import sys;print(np.get_include())\""
23-
init:
24-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25-
on_finish:
26-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
23+
# init:
24+
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25+
# on_finish:
26+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2727
build:
2828
parallel: true
2929
build_script:
3030
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
3131
- cd c:\projects\igl
3232
- python --version
33-
- python setup.py build install
33+
- "python setup.py build install"
3434

3535
test_script:
3636
- cd c:\projects\igl

CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
1010
# Color output
1111
include(UseColors)
1212

13-
#WArning this is horrible but is needed to avoid a typo in Pybind11...
14-
SET(CMAKE_HOST_WIN32 OFF)
15-
1613
include(PyiglDependencies)
1714

1815
# NumpyEigen

0 commit comments

Comments
 (0)