Skip to content

Commit 84c2416

Browse files
author
Nosheen Adil
committed
fix win
1 parent d2c3064 commit 84c2416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ endif
9191

9292
# Define cmake generator based on OS
9393
ifeq ($(DETECTED_OS), windows)
94-
VENV_ACTIVATE = source $(shell conda info --base)/Scripts/activate
94+
VENV_ACTIVATE = source '$(shell conda info --base)/Scripts/activate'
9595
else
9696
VENV_ACTIVATE = source $(shell conda info --base)/bin/activate
9797
endif

0 commit comments

Comments
 (0)