]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
"ARCHIVE DESTINATION" statement added to install command. Otherwise, opencv_ffmpeg200...
authorthstehle <thstehle@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 9 Dec 2009 17:01:10 +0000 (17:01 +0000)
committerthstehle <thstehle@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Wed, 9 Dec 2009 17:01:10 +0000 (17:01 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2402 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/interfaces/ffopencv/CMakeLists.txt

index 1a0626642d69f424a8a6af8e3e9f13b098bc87e6..a071cba13c31c70a940c9300344f2f0eaa018e46 100644 (file)
@@ -33,5 +33,6 @@ set_target_properties(${the_target} PROPERTIES
 
 install(TARGETS ${the_target}
        RUNTIME DESTINATION bin COMPONENT main
+       ARCHIVE DESTINATION lib COMPONENT main
        LIBRARY DESTINATION lib COMPONENT main
     )