Removed hardcoded CMAKE_SYSTEM_NAME

This commit is contained in:
Chris Young 2012-06-13 23:43:25 +01:00
parent a21bb1aa33
commit 17b45d801d

View File

@ -11,8 +11,6 @@
# Install:
# > cmake --build . --target install
SET(CMAKE_SYSTEM_NAME "AmigaOS")
PROJECT(libgit2 C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)