diff --git a/static-build/CMakeLists.txt b/static-build/CMakeLists.txt index 6edfbf983e3b438d88058b470dbe761c1b685bb6..a067704df1e96e29ac536109705d9f1444ebb7f7 100644 --- a/static-build/CMakeLists.txt +++ b/static-build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) # Detect system compilers for further dependencies configuring to be # built with these compilers. This is used to build tarantool and @@ -242,6 +242,7 @@ ExternalProject_Add(tarantool ${CMAKE_TARANTOOL_ARGS} STEP_TARGETS build BUILD_COMMAND $(MAKE) + BUILD_ALWAYS TRUE ) enable_testing()