diff options
author | Daan <daanl@outlook.com> | 2021-11-14 15:32:21 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-11-14 15:32:21 -0800 |
commit | 4ce6821c09506d29feabdb8cfc4ac1d94b6574b6 (patch) | |
tree | a45f0731302b9d3f9cae5f296d6dff7630315f18 /test | |
parent | 5e55525e5e0032964fdc0844d67ecce42c4b5a4e (diff) |
update cmake install for MI_INSTALL_TOPLEVEL
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7986d2d..13bf32d 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$") |