Skip to content

Commit 8326188

Browse files
committed
specify python version
1 parent bbb1240 commit 8326188

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
@@ -37,7 +37,7 @@ default: run
3737
#default: run
3838

3939
all:
40-
cmake -B build -DCMAKE_BUILD_TYPE=Release # makexinxinhaappy
40+
cmake -B build -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3.8 # makexinxinVeryHappy
4141
cmake --build build --parallel 24
4242

4343
run: all

0 commit comments

Comments
 (0)