Skip to content

Commit 4273875

Browse files
committed
build: require at least CMake 3.31 for test_package
1 parent cef720c commit 4273875

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.25)
23+
cmake_minimum_required(VERSION 3.31)
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)