mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Adds a warning message when SIMDJSON_DEVELOPER_MODE is OFF. (#1594)
This commit is contained in:
@@ -59,6 +59,8 @@ include(cmake/handle-deprecations.cmake)
|
||||
|
||||
if(SIMDJSON_DEVELOPER_MODE)
|
||||
include(cmake/developer-options.cmake)
|
||||
else()
|
||||
message(STATUS "Building only the library. Advanced users may want to turn SIMDJSON_DEVELOPER_MODE to ON, e.g., via -D SIMDJSON_DEVELOPER_MODE=ON.")
|
||||
endif()
|
||||
|
||||
# ---- simdjson library ----
|
||||
|
||||
Reference in New Issue
Block a user