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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user