Only CMake cosmetics. No code changes. (0.38.6)
This commit is contained in:
parent
bc5c699a6a
commit
e7e1563228
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,12 @@ else()
|
|||
set(_FUN_DEBUG_STATE "DISABLED")
|
||||
endif()
|
||||
|
||||
if(FUN_USE_MUSL)
|
||||
set(_FUN_USE_MUSL_STATE "ENABLED")
|
||||
else()
|
||||
set(_FUN_USE_MUSL_STATE "DISABLED")
|
||||
endif()
|
||||
|
||||
if(FUN_WITH_CPP)
|
||||
set(_FUN_WITH_CPP_STATE "ENABLED")
|
||||
else()
|
||||
|
|
@ -33,6 +39,7 @@ endif()
|
|||
|
||||
message(STATUS "==== Fun build options ====")
|
||||
message(STATUS " FUN_DEBUG: ${_FUN_DEBUG_STATE}")
|
||||
message(STATUS " FUN_USE_MUSL: ${_FUN_USE_MUSL_STATE}")
|
||||
message(STATUS " FUN_WITH_CPP: ${_FUN_WITH_CPP_STATE}")
|
||||
message(STATUS " FUN_WITH_RUST: ${_FUN_WITH_RUST_STATE}")
|
||||
message(STATUS "===========================")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue