From 062ad7ae80fb9ac5a551063616071420a2f54574 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 19 Dec 2023 01:47:50 +0100 Subject: [PATCH] fix mac --- external/toxcore/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index d31e082b..9fea9344 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -209,4 +209,4 @@ add_executable(mono_time_test ./mono_time_test.cc ) target_link_libraries(mono_time_test toxcore) - +target_compile_features(mono_time_test PUBLIC cxx_std_11)