No building tests/samples for external utfcpp
This commit is contained in:
parent
d34d2e1c27
commit
680a42e023
|
@ -9,8 +9,7 @@ ExternalProject_Add(
|
|||
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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue