diff --git a/tests/unit/modules/motion/CMakeLists.txt b/tests/unit/modules/motion/CMakeLists.txt index 025dd22..5453640 100644 --- a/tests/unit/modules/motion/CMakeLists.txt +++ b/tests/unit/modules/motion/CMakeLists.txt @@ -24,7 +24,7 @@ add_test(NAME motion::rampgen COMMAND rampgen ramp_data.txt) add_dependencies(tests rampgen) execute_process( - COMMAND "${Python3_EXECUTABLE}" -c "import pandas" + COMMAND python3 -c "import pandas" RESULT_VARIABLE PANDAS_INSTALLED OUTPUT_QUIET ERROR_QUIET )