Commit 17b45d801d6dd40566ec1b876b108eb033e6779a

Chris Young 2012-06-13T23:43:25

Removed hardcoded CMAKE_SYSTEM_NAME

1
2
3
4
5
6
7
8
9
10
11
12
13
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)