We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09496c6 commit 87c9256Copy full SHA for 87c9256
1 file changed
CMakeLists.txt
@@ -31,10 +31,10 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
31
32
set(TARGETS_EXPORT_NAME "TinyCBOR-targets")
33
34
-option(WITH_CBOR2JSON "Compile code to convert from CBOR to JSON" ON)
+option(WITH_FLOATING_POINT "Use floating point code in TinyCBOR" ON)
35
option(WITH_FREESTANDING "Compile TinyCBOR in C freestanding mode" OFF)
36
if(WITH_FLOATING_POINT AND NOT WITH_FREESTANDING)
37
- option(WITH_FLOATING_POINT "Use floating point code in TinyCBOR" ON)
+ option(WITH_CBOR2JSON "Compile code to convert from CBOR to JSON" ON)
38
option(WITH_TOOLS "Compile the TinyCBOR tools" ON)
39
endif()
40
0 commit comments