From b3efd49c9a1528a08b64d339a5cacd8db37929b6 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 5 Feb 2025 11:16:41 +0000 Subject: [PATCH] Mistaken commit of message_once (#741) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 833e7540b..b9998ce48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -485,7 +485,7 @@ if(NOT SNMALLOC_HEADER_ONLY_LIBRARY) if(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE) check_cxx_compiler_flag(-march=native SUPPORT_MARCH_NATIVE) if (NOT SUPPORT_MARCH_NATIVE) - message_once(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE") + message(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE") set(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE FALSE) endif() endif()