1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

removed opencv tests executables from the installation. put msvcr100.dll and msvcp100.dll into the installation package.

This commit is contained in:
Vadim Pisarevsky
2011-06-20 21:58:23 +00:00
parent 85606acad7
commit 0d58749f2e
3 changed files with 89 additions and 23 deletions
+3 -3
View File
@@ -234,7 +234,7 @@ if(BUILD_TESTS AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/test)
get_target_property(LOC ${the_test_target} LOCATION)
add_test(${the_test_target} "${LOC}")
if(WIN32)
install(TARGETS ${the_test_target} RUNTIME DESTINATION bin COMPONENT main)
endif()
#if(WIN32)
# install(TARGETS ${the_test_target} RUNTIME DESTINATION bin COMPONENT main)
#endif()
endif()