Skip to content

Commit 47b22f1

Browse files
committed
build: minimum CMake required changed to 3.30.5 for test_package to make some jobs on CI to work
1 parent 82d12a8 commit 47b22f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
cmake_minimum_required(VERSION 3.31)
23+
cmake_minimum_required(VERSION 3.30.5)
2424
project(test_package LANGUAGES CXX)
2525

2626
message(STATUS "MP_UNITS_BUILD_CXX_MODULES: ${MP_UNITS_BUILD_CXX_MODULES}")

0 commit comments

Comments
 (0)