Skip to content

Commit e920627

Browse files
committed
Try specify in cmake command
1 parent 8f1a99d commit e920627

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskfiles/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ tasks:
1111
cmds:
1212
- >-
1313
cmake
14+
-DCMAKE_C_COMPILER=/usr/bin/gcc-10
15+
-DCMAKE_CXX_COMPILER=/usr/bin/g++-10
1416
--build "{{.G_BUILD_DIR}}"
1517
--parallel {{numCPU}}
1618
--target {{range .TARGETS}}{{.}} {{end}}

0 commit comments

Comments
 (0)