Skip to content

Commit 65cb41f

Browse files
committed
Remove quotes around CMAKE_ARGS, which messes up the command line
1 parent 235d8cc commit 65cb41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ elif [[ $target_platform == osx* ]]; then
1212
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
1313
fi
1414

15-
cmake -S . -B build "$CMAKE_ARGS" \
15+
cmake -S . -B build $CMAKE_ARGS \
1616
--preset "$lue_preset" \
1717
-G Ninja \
1818
-D CMAKE_POLICY_DEFAULT_CMP0167=OLD \

0 commit comments

Comments
 (0)