Update to CMake 3.0
authorDavid Neto <dneto@google.com>
Tue, 8 Jun 2021 16:00:20 +0000 (12:00 -0400)
committerDavid Neto <dneto@google.com>
Tue, 8 Jun 2021 16:00:20 +0000 (12:00 -0400)
This matches the CMakeLists.txt file in the project root.

tools/buildHeaders/CMakeLists.txt

index c624151..fa7ef50 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.0)
 
 set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix" FORCE)