Skip to content

Commit b3efd49

Browse files
authored
Mistaken commit of message_once (#741)
1 parent 16b9624 commit b3efd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ if(NOT SNMALLOC_HEADER_ONLY_LIBRARY)
485485
if(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE)
486486
check_cxx_compiler_flag(-march=native SUPPORT_MARCH_NATIVE)
487487
if (NOT SUPPORT_MARCH_NATIVE)
488-
message_once(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE")
488+
message(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE")
489489
set(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE FALSE)
490490
endif()
491491
endif()

0 commit comments

Comments
 (0)