diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-13 23:43:25 +0100 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-13 23:43:25 +0100 |
commit | 17b45d801d6dd40566ec1b876b108eb033e6779a (patch) | |
tree | 7eac52972361f294e0a725ec64c0fb2c33fac630 | |
parent | a21bb1aa33e9887c06852db62526895df6091736 (diff) | |
download | libgit2-17b45d801d6dd40566ec1b876b108eb033e6779a.tar.gz |
Removed hardcoded CMAKE_SYSTEM_NAME
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f260f025..657544938 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) |