Skip to content

Commit 61785cb

Browse files
committed
Fix cmake not picking up the right compiler.
1 parent 0f363e1 commit 61785cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda/libgpuarray/bld.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
cmake -DCMAKE_BUILD_TYPE=Release ^
1+
cmake -G "%CMAKE_GENERATOR%" ^
2+
-DCMAKE_BUILD_TYPE=Release ^
23
-DCMAKE_PREFIX_PATH="%LIBRARY_PREFIX%" ^
34
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
45
-DCMAKE_C_FLAGS="-I%LIBRARY_PREFIX%\include" ^

0 commit comments

Comments
 (0)