diff options
author | Mattes D <github@xoft.cz> | 2014-03-10 21:54:17 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-03-10 21:54:17 +0100 |
commit | b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e (patch) | |
tree | a8ef890a148219ec0a7a5cb0785fbca8fbdcd290 /src/CMakeLists.txt | |
parent | Revert "Fixed some warnings" (diff) | |
parent | Prepended Travis to env vars (diff) | |
download | cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar.gz cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar.bz2 cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar.lz cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar.xz cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.tar.zst cuberite-b3d0e878b3e85af30a0fe1f4d94cd3aa34c3306e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5029906aa..c2de26664 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,3 @@ - cmake_minimum_required (VERSION 2.8.2) project (MCServer) @@ -10,7 +9,6 @@ set(FOLDERS OSSupport HTTPServer Items Blocks Protocol Generating) set(FOLDERS ${FOLDERS} WorldStorage Mobs Entities Simulator UI BlockEntities) - if (NOT MSVC) #Bindings needs to reference other folders so are done here |