2012-10-29 12:19:04 -0600 | asked a question | Building OpenCV-2.4.2 under Monta Vista CGE Does anyone have experience build OpenCV-2.4.2 under Monta Vista CGE? I have a bitbake file and it compiles and links most things fine. However, some of the shared libraries require libselinux.so.1 to build. I have OpenCV-2.4.2 with a DEPENDS libselinux and that shared library gets built before OpenCV, but the cmake files in OpenCV do not know where to look to link to libselinux.so.1. I do not know enough about cmake file to figure out where to put in the location to look for libselinux.so.1. Any help would be appreciated. |
2012-10-26 18:10:51 -0600 | asked a question | Turning off BUILD_TESTS form cmake command Is it possible, and if so how, can I turn off BUILD_TESTS from the cmake command line? |