summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaan <daanl@outlook.com>2021-11-14 15:39:05 -0800
committerDaan <daanl@outlook.com>2021-11-14 15:39:05 -0800
commit18fc788201e9d27c3f22d4a5004031b92793a1fa (patch)
treee651edd45e07b5cb7e85fa22fc801470d90b52c8 /test
parent5a05fd446a6656096fbff2ed1c464b70b57ec6a3 (diff)
parent4a590b1447e9d27e00dcd5bc9ac62eab6d7e51bb (diff)
merge from dev
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7d28f2b..a454669 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.0)
project(mimalloc-test C CXX)
+set(CMAKE_C_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
+
# Set default build type
if (NOT CMAKE_BUILD_TYPE)
if ("${CMAKE_BINARY_DIR}" MATCHES ".*(D|d)ebug$")