summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Ked (GitHub) <mked@luxoft.com>2019-05-24 12:37:13 +0300
committerMaksym Ked (GitHub) <mked@luxoft.com>2019-06-25 13:58:39 +0300
commit932c8e819a4a73548d7c550ce5a26924fc2956bd (patch)
treee9e8da0c557caf94d58675b55a42d056746d07e3
parentedb48c5f83382186c8c5d3cfe29f8e47d03ba56c (diff)
downloadsdl_core-932c8e819a4a73548d7c550ce5a26924fc2956bd.tar.gz
Fix CI build
-rw-r--r--src/3rd_party/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rd_party/CMakeLists.txt b/src/3rd_party/CMakeLists.txt
index 951c437e59..3d2ca9a425 100644
--- a/src/3rd_party/CMakeLists.txt
+++ b/src/3rd_party/CMakeLists.txt
@@ -195,7 +195,7 @@ if ((NOT "${BSON_FOUND}") OR ("${BSON_VERSION}" VERSION_LESS "1.2.0"))
INSTALL_DIR ${3RD_PARTY_INSTALL_PREFIX}
DOWNLOAD_DIR ${BSON_LIB_SOURCE_DIRECTORY}
SOURCE_DIR ${BSON_LIB_SOURCE_DIRECTORY}
- CONFIGURE_COMMAND touch aclocal.m4 configure.ac Makefile.am Makefile.in configure config.h.in libbson.pc.in && ./configure --prefix=${3RD_PARTY_INSTALL_PREFIX}
+ CONFIGURE_COMMAND touch aclocal.m4 configure.ac Makefile.am Makefile.in configure config.h.in && ./configure --prefix=${3RD_PARTY_INSTALL_PREFIX}
BUILD_COMMAND make
INSTALL_COMMAND ${BSON_INSTALL_COMMAND}
UPDATE_COMMAND git pull)