Lot of content fixes and updates. No code changes. (0.41.10)
This commit is contained in:
parent
cc03c915fc
commit
c3ccab9492
12 changed files with 69 additions and 70 deletions
|
|
@ -37,18 +37,18 @@ else()
|
|||
set(_FUN_WITH_RUST_STATE "DISABLED")
|
||||
endif()
|
||||
|
||||
if(FUN_BUILD_DOCS)
|
||||
set(_FUN_BUILD_DOCS "ENABLED")
|
||||
else()
|
||||
set(_FUN_BUILD_DOCS "DISABLED")
|
||||
endif()
|
||||
#if(FUN_BUILD_DOCS)
|
||||
# set(_FUN_BUILD_DOCS "ENABLED")
|
||||
#else()
|
||||
# set(_FUN_BUILD_DOCS "DISABLED")
|
||||
#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 " FUN_BUILD_DOCS: ${_FUN_BUILD_DOCS}")
|
||||
#message(STATUS " FUN_BUILD_DOCS: ${_FUN_BUILD_DOCS}")
|
||||
message(STATUS "===========================")
|
||||
|
||||
# Convenience aggregate target (like 'build' in Makefile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue