Adding warning message.
This commit is contained in:
parent
515b87bcbe
commit
29e744fdbb
|
@ -92,6 +92,10 @@ if (SIMDJSON_IS_UNDER_GIT AND Git_FOUND AND (GIT_VERSION_STRING VERSION_GREATER
|
||||||
set_property(TEST checkperf APPEND PROPERTY LABELS per_implementation)
|
set_property(TEST checkperf APPEND PROPERTY LABELS per_implementation)
|
||||||
set_property(TEST checkperf APPEND PROPERTY DEPENDS parse perfdiff ${SIMDJSON_USER_CMAKECACHE})
|
set_property(TEST checkperf APPEND PROPERTY DEPENDS parse perfdiff ${SIMDJSON_USER_CMAKECACHE})
|
||||||
set_property(TEST checkperf PROPERTY RUN_SERIAL TRUE)
|
set_property(TEST checkperf PROPERTY RUN_SERIAL TRUE)
|
||||||
|
else()
|
||||||
|
if (CMAKE_GENERATOR MATCHES Ninja)
|
||||||
|
message(STATUS "We disable the checkperf targets under Ninja.")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Either git is unavailable or else it is too old. We are disabling checkperf targets.")
|
message(STATUS "Either git is unavailable or else it is too old. We are disabling checkperf targets.")
|
||||||
endif()
|
endif()
|
||||||
|
endif ()
|
||||||
|
|
Loading…
Reference in New Issue