package/libabseil-cpp: drop unrecognized option
ABSL_RUN_TESTS has been replaced by the standard BUILD_TESTING option (which is already passed by cmake infrastructure) since version 20210324.0 anda50ae369a3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit6d0c0f1a43
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b68e509790
commit
6832b9b283
@ -13,14 +13,12 @@ LIBABSEIL_CPP_INSTALL_STAGING = YES
|
||||
LIBABSEIL_CPP_CONF_OPTS = \
|
||||
-DCMAKE_CXX_STANDARD=11 \
|
||||
-DABSL_ENABLE_INSTALL=ON \
|
||||
-DABSL_USE_GOOGLETEST_HEAD=OFF \
|
||||
-DABSL_RUN_TESTS=OFF
|
||||
-DABSL_USE_GOOGLETEST_HEAD=OFF
|
||||
|
||||
HOST_LIBABSEIL_CPP_CONF_OPTS = \
|
||||
-DCMAKE_CXX_STANDARD=11 \
|
||||
-DABSL_ENABLE_INSTALL=ON \
|
||||
-DABSL_USE_GOOGLETEST_HEAD=OFF \
|
||||
-DABSL_RUN_TESTS=OFF
|
||||
-DABSL_USE_GOOGLETEST_HEAD=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
$(eval $(host-cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user