Skip to content

Commit 1ffbee2

Browse files
committed
typo
1 parent ef3a24c commit 1ffbee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
WITH_CUDA = torch.cuda.is_available() and CUDA_HOME is not None
1212
if os.getenv('FORCE_CUDA', '0') == '1':
1313
WITH_CUDA = True
14-
if os.getenv('FORCE_NON_CUDA', '0') == '1':
14+
if os.getenv('FORCE_NO_CUDA', '0') == '1':
1515
WITH_CUDA = False
1616

1717
BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'

0 commit comments

Comments
 (0)