CMake编译opencv各选项的含义

 

Table 2: Options which introduce features into the library. All of these can be eitherONorOFF. 

CMake编译opencv各选项的含义

CMake编译opencv各选项的含义

 

Table 3: Options passed by CMake to the compiler. 

CMake编译opencv各选项的含义

 

Table 4: ‘Build’ options control exactly what gets created at compile time. All of these can be either ONorOFF. In most all cases the default is OFF 

CMake编译opencv各选项的含义

 

Table 5: 'Install' options determine what compiled executables get placed in your binaries area. 

CMake编译opencv各选项的含义

       Not listed in these tables are additional variables which can be set to indicate the locations of various libraries (e.g., libjasper, etc.) in such case as they are not in their default locations. For more information on these more obscure options, a visit to the online documentation at http://opencv.org is recommended.

相关文章: