diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-05-31 14:05:19 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-05-31 14:05:19 +0200 |
commit | 78f72bbfc4773d791359cf4e9bbda0440e56132b (patch) | |
tree | 1390dffd4ffffd6712713991286b29ad349aa7a5 /Tools/GrownBiomeGenVisualiser | |
parent | Protocol: Avoid crashing on invalid sign text (diff) | |
download | cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar.gz cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar.bz2 cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar.lz cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar.xz cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.tar.zst cuberite-78f72bbfc4773d791359cf4e9bbda0440e56132b.zip |
Diffstat (limited to 'Tools/GrownBiomeGenVisualiser')
-rw-r--r-- | Tools/GrownBiomeGenVisualiser/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/GrownBiomeGenVisualiser/CMakeLists.txt b/Tools/GrownBiomeGenVisualiser/CMakeLists.txt index 4626ecf73..c3fa4ac32 100644 --- a/Tools/GrownBiomeGenVisualiser/CMakeLists.txt +++ b/Tools/GrownBiomeGenVisualiser/CMakeLists.txt @@ -1,4 +1,3 @@ -cmake_minimum_required(VERSION 3.0.2) project (GrownBiomeGenVisualiser) # Without this, the MSVC variable isn't defined for MSVC builds ( https://www.cmake.org/pipermail/cmake/2011-November/047130.html ) |