mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/pkg-cmake.mk: remove the USE_CCACHE CMake flag for host-package
The USE_CCACHE CMake flag is only useful when building target package (only the toolchainfile.cmake uses it). Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
53223cbb4e
commit
8f6f21444f
@ -86,7 +86,6 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY="BOTH" \
|
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY="BOTH" \
|
||||||
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" \
|
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" \
|
||||||
-DCMAKE_INSTALL_PREFIX="$$(HOST_DIR)/usr" \
|
-DCMAKE_INSTALL_PREFIX="$$(HOST_DIR)/usr" \
|
||||||
-DUSE_CCACHE=$$(if $$(BR2_CCACHE),ON,OFF) \
|
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
$$($$(PKG)_CONF_OPT) \
|
$$($$(PKG)_CONF_OPT) \
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user