It looks like this line
math(EXPR SIZEOF_VOID_P_BITS "8 * ${CMAKE_SIZEOF_VOID_P}")
, ${CMAKE_SIZEOF_VOID_P} ,
. project CMakeLists.txt .
, , CMake. CMake ( 2.8.8), . , CMake ( , ).
, CMake.
CMAKE_SIZEOF_VOID_P ,
if(NOT CMAKE_SIZEOF_VOID_P)
set(CMAKE_SIZEOF_VOID_P 4) # replace 4 with 8 for 64-bit machine
endif()
cmake/OpenCVGenConfig.cmake 134, math. , , , , OpenCV,
.
math,
cmake --help-command math
CMAKE_SIZEOF_VOID_P,
cmake --help-variable CMAKE_SIZEOF_VOID_P