Skip to content

Commit ea58a4d

Browse files
authored
Bump cmake_minimum_required to satisfy CMake 4.0
1 parent 31646a4 commit ea58a4d

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)