1
0
Fork 0
forked from fun/fun

Lot of content fixes and updates. No code changes. (0.41.10)

This commit is contained in:
Johannes Findeisen 2026-05-11 01:44:08 +02:00
commit c3ccab9492
12 changed files with 69 additions and 70 deletions

View file

@ -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)