We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0491c27 commit 0d6858eCopy full SHA for 0d6858e
cmake/UsePythonTest.cmake
@@ -82,6 +82,6 @@ MACRO(ADD_PYTHON_COMPILEALL_TEST DIRNAME)
82
GET_FILENAME_COMPONENT(temp_path "${PYTHON_LIBRARIES}" PATH)
83
# Find the python script:
84
GET_FILENAME_COMPONENT(PYTHON_COMPILE_ALL_PY "${temp_path}/../compileall.py" ABSOLUTE)
85
- # add test, use DIRNAME to create uniq name for the test:
+ # add test, use DIRNAME to create unique name for the test:
86
ADD_TEST(COMPILE_ALL-${DIRNAME} ${PYTHON_EXECUTABLE} "${PYTHON_COMPILE_ALL_PY}" -q ${DIRNAME})
87
ENDMACRO(ADD_PYTHON_COMPILEALL_TEST)
0 commit comments