commit 42f576ee73dabeb1769a19cc80859843fdfc9fb0
parent f97db7d992a3d24b91a0e5e34a7ae230fcdb0c08
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 2 Jul 2021 15:17:48 +0200
Bump CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(atrtp C)
enable_testing()