Skip to content

Commit d8bfef1

Browse files
committed
Use python3 when calling make_wavs.py from CMake
1 parent 1b676cf commit d8bfef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if(PIMP_BUILD_TESTS)
6161
enable_testing()
6262

6363
# run python script to create test data
64-
execute_process(COMMAND python tests/make_wavs.py
64+
execute_process(COMMAND python3 tests/make_wavs.py
6565
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})
6666

6767
add_subdirectory(external/Unity)

0 commit comments

Comments
 (0)