File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ include(CMakePackageConfigHelpers)
19
19
include (GNUInstallDirs)
20
20
21
21
option (BUILD_SHARED_LIBS "Build shared libraries if ON, otherwise build static libraries" ON )
22
- option (ZENOH_DEBUG "Use this to set the ZENOH_DEBUG variable." 0)
23
22
option (WITH_ZEPHYR "Build for Zephyr RTOS" OFF )
24
23
option (WITH_FREERTOS_PLUS_TCP "Build for FreeRTOS RTOS and FreeRTOS-Plus-TCP network stack" OFF )
25
- option (FRAG_MAX_SIZE "Use this to override the maximum size for fragmented messages" 0)
24
+ set (ZENOH_DEBUG 0 CACHE STRING "Use this to set the ZENOH_DEBUG variable" )
25
+ set (FRAG_MAX_SIZE 0 CACHE STRING "Use this to override the maximum size for fragmented messages" )
26
26
set (CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "" )
27
27
if (CMAKE_EXPORT_COMPILE_COMMANDS)
28
28
set (CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES
You can’t perform that action at this time.
0 commit comments