Skip to content

Commit 91ce9c2

Browse files
committed
Set CMake minimum version for back-deploy concurrency
This is needed to be able to invoke the `CMakeList.txt` directly for internal scenarios.
1 parent b0bbbfb commit 91ce9c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/BackDeployConcurrency/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#
1111
#===----------------------------------------------------------------------===#
1212

13+
cmake_minimum_required(VERSION 3.19.6)
14+
1315
# This is always build standalone
1416
include("${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/modules/StandaloneOverlay.cmake")
1517
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/modules")

0 commit comments

Comments
 (0)