Skip to content

Commit f8a4fe7

Browse files
committed
AppVeyor build fix
1 parent 782c0e8 commit f8a4fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
build_script:
1212
- echo Running cmake...
1313
- cd c:\projects\nanogui
14-
- cmake -G "Visual Studio 14 2015 Win64" -DPYTHON_EXECUTABLE:FILEPATH=C:/Python34-x64/python.exe
14+
- cmake -G "Visual Studio 14 2015 Win64" -DPYTHON_EXECUTABLE:FILEPATH=C:/Python34-x64/python.exe .
1515
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
1616
- set MSBuildOptions=/v:m /p:Configuration=Release /logger:%MSBuildLogger%
1717
- msbuild %MSBuildOptions% nanogui.sln

0 commit comments

Comments
 (0)