Skip to content

Commit 0d6858e

Browse files
committedAug 26, 2012
Typo fix
1 parent 0491c27 commit 0d6858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/UsePythonTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ MACRO(ADD_PYTHON_COMPILEALL_TEST DIRNAME)
8282
GET_FILENAME_COMPONENT(temp_path "${PYTHON_LIBRARIES}" PATH)
8383
# Find the python script:
8484
GET_FILENAME_COMPONENT(PYTHON_COMPILE_ALL_PY "${temp_path}/../compileall.py" ABSOLUTE)
85-
# add test, use DIRNAME to create uniq name for the test:
85+
# add test, use DIRNAME to create unique name for the test:
8686
ADD_TEST(COMPILE_ALL-${DIRNAME} ${PYTHON_EXECUTABLE} "${PYTHON_COMPILE_ALL_PY}" -q ${DIRNAME})
8787
ENDMACRO(ADD_PYTHON_COMPILEALL_TEST)

0 commit comments

Comments
 (0)
Please sign in to comment.