summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2022-04-18 08:28:48 +0200
committerLadislav Zezula <ladislav.zezula@avast.com>2022-04-18 08:28:48 +0200
commit8099c8ccb88319e6d1fa2359841a8af09aa3c8c1 (patch)
treecb03874e92a1fa7da220c8c831df8f88e2f928ad
parentaaf90165f6a17d11cff6db97307c986833e20725 (diff)
Lowered minimum required version of cmake
-rw-r--r--CMakeLists.txt2
-rw-r--r--test/StormTest.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 676ec30..3ec5998 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(StormLib)
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.10)
set(LIBRARY_NAME storm)
set(CMAKE_CXX_STANDARD 11)
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index 53d2125..128cd6b 100644
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -4326,12 +4326,12 @@ int _tmain(int argc, TCHAR * argv[])
//
// Test-open MPQs from the command line. They must be plain name
- // and must be plade in the Test-MPQs folder
+ // and must be placed in the Test-MPQs folder
//
for(int i = 2; i < argc; i++)
{
- TestArchive(argv[i], Bliz, TFLG_FILE_LOCALE | 0x0409, "staredit\\scenario.chk", NULL);
+ TestArchive(argv[i], Bliz, 0, "staredit\\scenario.chk", NULL);
}
//