Merge pull request #1696 from plntyk/fix_opencv
opencv: disable precompiled headers
This commit is contained in:
commit
86dbea4aa2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ CMAKE_OPTIONS += -DBUILD_opencv_gpu:BOOL=OFF \
|
||||||
-DWITH_LIBV4L:BOOL=OFF \
|
-DWITH_LIBV4L:BOOL=OFF \
|
||||||
-DWITH_PNG:BOOL=OFF \
|
-DWITH_PNG:BOOL=OFF \
|
||||||
-DWITH_TIFF:BOOL=OFF \
|
-DWITH_TIFF:BOOL=OFF \
|
||||||
|
-DCMAKE_VERBOSE:BOOL=OFF \
|
||||||
|
-DENABLE_PRECOMPILED_HEADERS=OFF
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|
Loading…
Reference in a new issue