Skip to content

Commit 37e1de7

Browse files
Leverage cmake_common_scripts
1 parent 3da8637 commit 37e1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ endif()
147147
if(TESSERACT_ENABLE_TESTING)
148148
enable_testing()
149149

150-
tesseract_add_run_tests_target()
150+
tesseract_add_run_tests_target(ENABLE ${TESSERACT_ENABLE_RUN_TESTING})
151151

152152
add_test (NAME python-tests
153153
COMMAND ${PYTHON_EXECUTABLE} -m pytest -p no:cacheprovider

0 commit comments

Comments
 (0)