Removed hardcoded CMAKE_SYSTEM_NAME
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f260f0..6575449 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)