Skip to content

Commit ba1dc6d

Browse files
authored
Merge pull request google#1138 from VALLIS-NERIA/patch-1
Bump cmake_minimum_required to satisfy CMake 4.0
2 parents 31646a4 + ea58a4d commit ba1dc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.!
1414

15-
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
15+
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
1616
file(STRINGS "VERSION.txt" SPM_VERSION)
1717
message(STATUS "VERSION: ${SPM_VERSION}")
1818

0 commit comments

Comments
 (0)