Ask Your Question
0

Create opencv_world310.lib for x86

asked 2016-04-13 03:14:48 -0600

pollausen85 gravatar image

I'm trying to compile opencv3.1 for x86 application using VS2015. Everything goes okay but when the building is done,inside the lib folder, I get all the libraries while I would like to get only the opencv_world310.lib as in the x64 folder. What am I doing wrong? Is there some options to use? Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-04-13 03:29:19 -0600

berak gravatar image

updated 2016-04-13 03:30:30 -0600

clean your build folder, then

try cmake -DBUILD_opencv_world ....

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-13 03:14:48 -0600

Seen: 1,136 times

Last updated: Apr 13 '16