diff --git a/CMakeLists.txt b/CMakeLists.txt index cda38164d..2a9a0ce13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -599,10 +599,6 @@ if(INSTALL_TESTS AND OPENCV_TEST_DATA_PATH AND UNIX) install(PROGRAMS "${CMAKE_BINARY_DIR}/unix-install/opencv_run_all_tests.sh" DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT tests) else() - configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/opencv_testing.sh.in" - "${CMAKE_BINARY_DIR}/unix-install/opencv_testing.sh" @ONLY) - install(FILES "${CMAKE_BINARY_DIR}/unix-install/opencv_testing.sh" - DESTINATION /etc/profile.d/ COMPONENT tests) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/opencv_run_all_tests_unix.sh.in" "${CMAKE_BINARY_DIR}/unix-install/opencv_run_all_tests.sh" @ONLY) install(PROGRAMS "${CMAKE_BINARY_DIR}/unix-install/opencv_run_all_tests.sh" diff --git a/cmake/templates/opencv_testing.sh.in b/cmake/templates/opencv_testing.sh.in deleted file mode 100644 index 3140136eb..000000000 --- a/cmake/templates/opencv_testing.sh.in +++ /dev/null @@ -1,2 +0,0 @@ -# Environment setup for OpenCV testing -export OPENCV_TEST_DATA_PATH=@CMAKE_INSTALL_PREFIX@/share/OpenCV/testdata \ No newline at end of file