is this supposed to fail?
parent
49490c464d
commit
b2306537aa
|
|
@ -24,7 +24,7 @@ add_test(NAME motion::rampgen COMMAND rampgen ramp_data.txt)
|
||||||
add_dependencies(tests rampgen)
|
add_dependencies(tests rampgen)
|
||||||
|
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND "${Python3_EXECUTABLE}" -c "import pandas"
|
COMMAND python3 -c "import pandas"
|
||||||
RESULT_VARIABLE PANDAS_INSTALLED
|
RESULT_VARIABLE PANDAS_INSTALLED
|
||||||
OUTPUT_QUIET ERROR_QUIET
|
OUTPUT_QUIET ERROR_QUIET
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue