From b72eaca5e13bb239aec8a911979465f2db9b4691 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 18 Nov 2016 12:01:15 +0100 Subject: Switch to CUDA 8.0 --- build/msvc/gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/msvc/gen.py b/build/msvc/gen.py index cc69a62..8fbfaa0 100644 --- a/build/msvc/gen.py +++ b/build/msvc/gen.py @@ -567,7 +567,7 @@ def write_project11_start(P, F): print(' ', file=F) print(' ', file=F) if "mex" not in P["name"]: - print(' ', file=F) + print(' ', file=F) print(' ', file=F) for c in configs: print(''' ''' % (c.name(), ), file=F) @@ -614,7 +614,7 @@ def write_project11_end(P, F): print(' ', file=F) print(' ', file=F) if "mex" not in P["name"]: - print(' ', file=F) + print(' ', file=F) print(' ', file=F) print('', end="", file=F) -- cgit v1.2.3