From 49cf9d4fe2e5b462bd45b9ec162191cf761b6f94 Mon Sep 17 00:00:00 2001 From: Alexander Bigerl Date: Sat, 24 Apr 2021 18:55:46 +0200 Subject: [PATCH] C++ runtime: disable build of dep utf8cpp tests and samples --- runtime/Cpp/runtime/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/Cpp/runtime/CMakeLists.txt b/runtime/Cpp/runtime/CMakeLists.txt index 89515a0b4..c10a4bf31 100644 --- a/runtime/Cpp/runtime/CMakeLists.txt +++ b/runtime/Cpp/runtime/CMakeLists.txt @@ -61,8 +61,7 @@ else() GIT_TAG "v3.1.1" SOURCE_DIR ${UTFCPP_DIR} UPDATE_DISCONNECTED 1 - CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${UTFCPP_DIR}/install -Dgtest_force_shared_crt=ON - TEST_AFTER_INSTALL 1 + CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${UTFCPP_DIR}/install -DUTF8_TESTS=off -DUTF8_SAMPLES=off STEP_TARGETS build) include_directories(