Skip to content

Commit 2367726

Browse files
authored
Remove redundant status message
1 parent 64629cb commit 2367726

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/system_check.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ endif()
121121

122122
include(CheckIncludeFile)
123123
CHECK_INCLUDE_FILE("stdatomic.h" HAVE_C11)
124-
if (HAVE_C11 EQUAL 1)
125-
message (STATUS found stdatomic.h)
124+
if (HAVE_C11)
126125
set (CCOMMON_OPT "${CCOMMON_OPT} -DHAVE_C11")
127126
endif()

0 commit comments

Comments
 (0)