From 17b45d801d6dd40566ec1b876b108eb033e6779a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 13 Jun 2012 23:43:25 +0100 Subject: [PATCH] Removed hardcoded CMAKE_SYSTEM_NAME --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f260f02595..657544938c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,6 @@ # Install: # > cmake --build . --target install -SET(CMAKE_SYSTEM_NAME "AmigaOS") - PROJECT(libgit2 C) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)