forked from jasder/antlr
C++ runtime: disable build of dep utf8cpp tests and samples
This commit is contained in:
parent
e404d26f61
commit
49cf9d4fe2
|
@ -61,8 +61,7 @@ else()
|
||||||
GIT_TAG "v3.1.1"
|
GIT_TAG "v3.1.1"
|
||||||
SOURCE_DIR ${UTFCPP_DIR}
|
SOURCE_DIR ${UTFCPP_DIR}
|
||||||
UPDATE_DISCONNECTED 1
|
UPDATE_DISCONNECTED 1
|
||||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${UTFCPP_DIR}/install -Dgtest_force_shared_crt=ON
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${UTFCPP_DIR}/install -DUTF8_TESTS=off -DUTF8_SAMPLES=off
|
||||||
TEST_AFTER_INSTALL 1
|
|
||||||
STEP_TARGETS build)
|
STEP_TARGETS build)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
Loading…
Reference in New Issue